summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/monster.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/kpacman/monster.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/monster.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/kpacman/monster.cpp b/noncore/games/kpacman/monster.cpp
index 2f402b4..80b4655 100644
--- a/noncore/games/kpacman/monster.cpp
+++ b/noncore/games/kpacman/monster.cpp
@@ -1,8 +1,7 @@
#include "monster.h"
-#include "board.h"
Monster::Monster(Board *b, int mid)
{
board = b;
ID = mid;