summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MobSpawner.h')
-rw-r--r--src/MobSpawner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/MobSpawner.h b/src/MobSpawner.h
index 5802a2b1c..941a04a17 100644
--- a/src/MobSpawner.h
+++ b/src/MobSpawner.h
@@ -1,9 +1,6 @@
#pragma once
-#include <set>
-#include "BlockID.h"
-#include "ChunkDef.h"
#include "Chunk.h"
#include "Mobs/Monster.h" // This is a side-effect of keeping Mobfamily inside Monster class. I'd prefer to keep both (Mobfamily and Monster) inside a "Monster" namespace MG TODO : do it