diff options
Diffstat (limited to 'src/screen_world.c')
| -rw-r--r-- | src/screen_world.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screen_world.c b/src/screen_world.c index fde1d4a..c90b419 100644 --- a/src/screen_world.c +++ b/src/screen_world.c @@ -21,9 +21,6 @@ #include "sound.h" #include "fake_audio.h" #include "tux.h" -#include "wall.h" -#include "teleport.h" -#include "pipe.h" #include "item.h" #include "shot.h" #include "gun.h" @@ -37,6 +34,7 @@ #include "font.h" #include "music.h" #include "modules.h" +#include "idManager.h" static arena_t *arena; static int count; |