Removed some extra headers in util, restricted the scope of some others

This commit is contained in:
MitchellHansen
2017-03-23 00:45:13 -07:00
parent 7c534500f6
commit b493d56f7a
7 changed files with 26 additions and 56 deletions

View File

@@ -1,10 +1,12 @@
#pragma once
#include <SFML/System/Vector3.hpp>
#include <SFML/System/Clock.hpp>
#include <functional>
#include <bitset>
#include <queue>
#include "util.hpp"
#include "map/Octree.h"
#include <time.h>
#define _USE_MATH_DEFINES
#include <math.h>