summaryrefslogtreecommitdiff
path: root/src/objdef.h
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-10-31 03:06:36 +0100
committerest31 <MTest31@outlook.com>2015-11-02 04:57:55 +0100
commiteabfe091b5ecfa6e53b70e08faf76df7f0684529 (patch)
treea92a825d8b3234012d3a5b3603b3450ed32ca23e /src/objdef.h
parent8f49358153637bb87f492e558a13cf9f23046e64 (diff)
downloadminetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.tar.gz
minetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.tar.bz2
minetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.zip
Rename and move basicmacros.h to util/basic_macros.h
Diffstat (limited to 'src/objdef.h')
-rw-r--r--src/objdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objdef.h b/src/objdef.h
index 1dce367a9..77189e454 100644
--- a/src/objdef.h
+++ b/src/objdef.h
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef OBJDEF_HEADER
#define OBJDEF_HEADER
-#include "basicmacros.h"
+#include "util/basic_macros.h"
#include "porting.h"
class IGameDef;