diff options
author | ShadowNinja <shadowninja@minetest.net> | 2015-10-29 23:26:03 -0400 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2016-03-07 16:33:20 -0500 |
commit | 0079887b645e0ee441bd2cfcd7874a1148fdd656 (patch) | |
tree | 2de01cef8f7ceb82f29cc38362dbdbb5eb391565 /src/unittest/test_areastore.cpp | |
parent | f021db724301f082cbde719afb2405ec1d8cf82c (diff) | |
download | minetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.tar.gz minetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.tar.bz2 minetest-0079887b645e0ee441bd2cfcd7874a1148fdd656.zip |
Move AreaStore to util
Diffstat (limited to 'src/unittest/test_areastore.cpp')
-rw-r--r-- | src/unittest/test_areastore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_areastore.cpp b/src/unittest/test_areastore.cpp index 9d70d0b70..cac9e0b58 100644 --- a/src/unittest/test_areastore.cpp +++ b/src/unittest/test_areastore.cpp @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" -#include "areastore.h" +#include "util/areastore.h" class TestAreaStore : public TestBase { public: |