Removed Systime.h includes

This commit is contained in:
Atlante45 2014-04-21 17:23:06 -07:00
parent be2db49e08
commit fd20686f0f
12 changed files with 0 additions and 55 deletions

View file

@ -21,12 +21,10 @@
#include <string.h> #include <string.h>
#ifdef _WIN32 #ifdef _WIN32
#include "Systime.h"
#include <math.h> #include <math.h>
#else #else
#include <arpa/inet.h> #include <arpa/inet.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h> #include <sys/socket.h>
#endif //_WIN32 #endif //_WIN32

View file

@ -9,10 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifdef WIN32
#include <Systime.h>
#endif
#include <sstream> #include <sstream>
#include <stdlib.h> #include <stdlib.h>

View file

@ -12,10 +12,6 @@
#ifndef hifi_Audio_h #ifndef hifi_Audio_h
#define hifi_Audio_h #define hifi_Audio_h
#ifdef _WIN32
#include <Systime.h>
#endif
#include <fstream> #include <fstream>
#include <vector> #include <vector>

View file

@ -12,12 +12,6 @@
#ifndef hifi_Util_h #ifndef hifi_Util_h
#define hifi_Util_h #define hifi_Util_h
#ifdef _WIN32
#include "Systime.h"
#else
#include <sys/time.h>
#endif
#include <glm/glm.hpp> #include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp> #include <glm/gtc/quaternion.hpp>
#include <QSettings> #include <QSettings>

View file

@ -11,10 +11,6 @@
#include "InterfaceConfig.h" #include "InterfaceConfig.h"
#ifdef WIN32
#include <Systime.h>
#endif
#include <QOpenGLFramebufferObject> #include <QOpenGLFramebufferObject>
#include <glm/glm.hpp> #include <glm/glm.hpp>

View file

@ -15,11 +15,6 @@
#include <glm/glm.hpp> #include <glm/glm.hpp>
#ifdef WIN32
#include <Systime.h>
#endif
#include "Application.h" #include "Application.h"
#include "TV3DManager.h" #include "TV3DManager.h"

View file

@ -9,10 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifdef _WIN32
#include <Systime.h>
#endif
#include <QElapsedTimer> #include <QElapsedTimer>
#include "starfield/Controller.h" #include "starfield/Controller.h"

View file

@ -9,10 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifdef _WIN32
#include <Systime.h>
#endif
#include <QElapsedTimer> #include <QElapsedTimer>
#include "starfield/Generator.h" #include "starfield/Generator.h"

View file

@ -12,10 +12,6 @@
#ifndef hifi_BandwidthMeter_h #ifndef hifi_BandwidthMeter_h
#define hifi_BandwidthMeter_h #define hifi_BandwidthMeter_h
#ifdef _WIN32
#include <Systime.h>
#endif
#include <QElapsedTimer> #include <QElapsedTimer>
#include <glm/glm.hpp> #include <glm/glm.hpp>

View file

@ -12,12 +12,6 @@
#ifndef hifi_Assignment_h #ifndef hifi_Assignment_h
#define hifi_Assignment_h #define hifi_Assignment_h
#ifdef _WIN32
#include "Systime.h"
#else
#include <sys/time.h>
#endif
#include <QtCore/QUuid> #include <QtCore/QUuid>
#include "NodeList.h" #include "NodeList.h"

View file

@ -18,12 +18,6 @@
#include <stdint.h> #include <stdint.h>
#include "SharedUtil.h" #include "SharedUtil.h"
#ifdef _WIN32
#include "Systime.h"
#else
#include <sys/time.h>
#endif
#include <cstring> #include <cstring>
#include <string> #include <string>
#include <map> #include <map>

View file

@ -24,12 +24,6 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#ifdef _WIN32
#include "Systime.h"
#else
#include <sys/time.h>
#endif
const int BYTES_PER_COLOR = 3; const int BYTES_PER_COLOR = 3;
const int BYTES_PER_FLAGS = 1; const int BYTES_PER_FLAGS = 1;
typedef unsigned char rgbColor[BYTES_PER_COLOR]; typedef unsigned char rgbColor[BYTES_PER_COLOR];