From 20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 9 Nov 2017 01:56:20 +0300 Subject: Move files to subdirectories (#6599) * Move files around --- src/unittest/test_map_settings_manager.cpp | 2 +- src/unittest/test_schematic.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unittest') diff --git a/src/unittest/test_map_settings_manager.cpp b/src/unittest/test_map_settings_manager.cpp index 4f5ac80f2..0a5c971b9 100644 --- a/src/unittest/test_map_settings_manager.cpp +++ b/src/unittest/test_map_settings_manager.cpp @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "noise.h" #include "settings.h" -#include "mapgen_v5.h" +#include "mapgen/mapgen_v5.h" #include "util/sha1.h" #include "map_settings_manager.h" diff --git a/src/unittest/test_schematic.cpp b/src/unittest/test_schematic.cpp index 3fea44829..2e2417a3b 100644 --- a/src/unittest/test_schematic.cpp +++ b/src/unittest/test_schematic.cpp @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" -#include "mg_schematic.h" +#include "mapgen/mg_schematic.h" #include "gamedef.h" #include "nodedef.h" -- cgit v1.2.3