From 6c5a6967ecc162befc44f1adf15bcc9d11658ff7 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 18 May 2015 22:30:25 -0400 Subject: Split ObjDef/ObjDefManager out to objdef.cpp --- src/unittest/test_objdef.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/unittest/test_objdef.cpp') diff --git a/src/unittest/test_objdef.cpp b/src/unittest/test_objdef.cpp index ddb3bc60d..df2633b38 100644 --- a/src/unittest/test_objdef.cpp +++ b/src/unittest/test_objdef.cpp @@ -20,8 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" #include "exceptions.h" -#include "mapgen.h" - +#include "objdef.h" class TestObjDef : public TestBase { public: -- cgit v1.2.3