summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index a6a4bee8e..f51d57569 100644
--- a/src/map.h
+++ b/src/map.h
@@ -26,12 +26,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <iostream>
#include <sstream>
-#include "common_irrlicht.h"
+#include "irrlichttypes.h"
#include "mapnode.h"
#include "constants.h"
#include "voxel.h"
-#include "utility.h" // Needed for UniqueQueue, a member of Map
#include "modifiedstate.h"
+#include "util/container.h"
extern "C" {
#include "sqlite3.h"