From 6bc4cad0eddd7a7cf593ca1471599e2d75727379 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Thu, 11 Sep 2014 18:22:05 -0400 Subject: Split settings into seperate source and header files This also cleans up settings a bit --- src/nodedef.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/nodedef.cpp') diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 93751c70e..f14311fc3 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -29,7 +29,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "nameidmapping.h" #include "util/numeric.h" #include "util/serialize.h" -//#include "profiler.h" // For TimeTaker +#include "exceptions.h" +#include "debug.h" /* NodeBox -- cgit v1.2.3