diff options
Diffstat (limited to 'src/database.h')
-rw-r--r-- | src/database.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/database.h b/src/database.h index 0cf75232f..459789306 100644 --- a/src/database.h +++ b/src/database.h @@ -24,10 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <string> #include "irr_v3d.h" #include "irrlichttypes.h" - -#ifndef PP - #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")" -#endif +#include "util/basic_macros.h" class Database { |