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>
#ifdef _WIN32
#include "Systime.h"
#include <math.h>
#else
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif //_WIN32

View file

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

View file

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

View file

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

View file

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

View file

@ -15,11 +15,6 @@
#include <glm/glm.hpp>
#ifdef WIN32
#include <Systime.h>
#endif
#include "Application.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
//
#ifdef _WIN32
#include <Systime.h>
#endif
#include <QElapsedTimer>
#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
//
#ifdef _WIN32
#include <Systime.h>
#endif
#include <QElapsedTimer>
#include "starfield/Generator.h"

View file

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

View file

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

View file

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

View file

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