diff options
author | Vitaliy <silverunicorn2011@yandex.ru> | 2017-11-09 01:56:20 +0300 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-11-08 23:56:20 +0100 |
commit | 20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f (patch) | |
tree | 67378802190117d8271b3b6d489a92bcb16203b7 /src/unittest | |
parent | fc9747eb4b7f75e59a28957bc50f7a78256b3d66 (diff) | |
download | minetest-20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f.tar.gz minetest-20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f.tar.bz2 minetest-20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f.zip |
Move files to subdirectories (#6599)
* Move files around
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test_map_settings_manager.cpp | 2 | ||||
-rw-r--r-- | src/unittest/test_schematic.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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" |