remove unnecessary #includes

This commit is contained in:
Andrew Meadows 2015-02-02 16:45:51 -08:00
parent 156c4fcc9f
commit 0b78156956
3 changed files with 0 additions and 5 deletions

View file

@ -11,9 +11,6 @@
#include <glm/gtx/transform.hpp>
#include <AACubeShape.h>
#include <ShapeCollider.h>
#include <FBXReader.h>
#include <GeometryUtil.h>

View file

@ -27,7 +27,6 @@
#include <PacketHeaders.h>
#include <SharedUtil.h>
#include <Shape.h>
#include <ShapeCollider.h>
#include "CoverageMap.h"
#include "OctreeConstants.h"

View file

@ -20,7 +20,6 @@
#include <NodeList.h>
#include <PerfStat.h>
#include <AACubeShape.h>
#include <ShapeCollider.h>
#include "AACube.h"
#include "OctalCode.h"