mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-15 16:58:55 +02:00
cruft cleanup
This commit is contained in:
parent
b08a1708f5
commit
cbca298717
2 changed files with 1 additions and 22 deletions
|
@ -6,22 +6,11 @@
|
||||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <cstdio>
|
|
||||||
#include <cstring>
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include <NodeList.h>
|
|
||||||
#include <PacketHeaders.h>
|
|
||||||
#include <SharedUtil.h>
|
#include <SharedUtil.h>
|
||||||
#include <UUID.h>
|
|
||||||
#include "OctreeConstants.h"
|
#include "OctreeConstants.h"
|
||||||
|
|
||||||
#include "OctreeQuery.h"
|
#include "OctreeQuery.h"
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
static const float fingerVectorRadix = 4; // bits of precision when converting from float<->fixed
|
|
||||||
|
|
||||||
OctreeQuery::OctreeQuery() :
|
OctreeQuery::OctreeQuery() :
|
||||||
NodeData(),
|
NodeData(),
|
||||||
_cameraPosition(0,0,0),
|
_cameraPosition(0,0,0),
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#ifndef __hifi__OctreeQuery__
|
#ifndef __hifi__OctreeQuery__
|
||||||
#define __hifi__OctreeQuery__
|
#define __hifi__OctreeQuery__
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
/* VS2010 defines stdint.h, but not inttypes.h */
|
/* VS2010 defines stdint.h, but not inttypes.h */
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
|
@ -27,17 +25,9 @@ typedef unsigned long long quint64;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/gtc/quaternion.hpp>
|
#include <glm/gtc/quaternion.hpp>
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
|
||||||
#include <QtCore/QUuid>
|
|
||||||
#include <QtCore/QVariantMap>
|
|
||||||
|
|
||||||
#include <RegisteredMetaTypes.h>
|
|
||||||
|
|
||||||
#include <NodeData.h>
|
#include <NodeData.h>
|
||||||
|
|
||||||
// First bitset
|
// First bitset
|
||||||
|
|
Loading…
Reference in a new issue