Skip to content

Commit

Permalink
Removed unnecessary #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerw committed Nov 23, 2014
1 parent 79e5b82 commit 2ae4d2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Generating/Noise3DGenerator.cpp
Expand Up @@ -6,7 +6,6 @@
#include "Globals.h"
#include "Noise3DGenerator.h"
#include "../OSSupport/File.h"
#include "../OSSupport/Timer.h"
#include "../IniFile.h"
#include "../LinearInterpolation.h"
#include "../LinearUpscale.h"
Expand Down
1 change: 0 additions & 1 deletion src/Noise/Noise.cpp
Expand Up @@ -2,7 +2,6 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules

#include "Noise.h"
#include "OSSupport/Timer.h"

#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))

Expand Down

0 comments on commit 2ae4d2a

Please sign in to comment.