diff options
Diffstat (limited to '')
-rw-r--r-- | source/Generating/FinishGen.cpp (renamed from source/FinishGen.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/FinishGen.cpp b/source/Generating/FinishGen.cpp index 26c3a70f1..c3aedd1a0 100644 --- a/source/FinishGen.cpp +++ b/source/Generating/FinishGen.cpp @@ -10,8 +10,8 @@ #include "Globals.h" #include "FinishGen.h" -#include "cNoise.h" -#include "BlockID.h" +#include "../cNoise.h" +#include "../BlockID.h" |