summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/showsymb.cc')
-rw-r--r--crawl-ref/source/showsymb.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/showsymb.cc b/crawl-ref/source/showsymb.cc
index 36f5261c0b..1aae919164 100644
--- a/crawl-ref/source/showsymb.cc
+++ b/crawl-ref/source/showsymb.cc
@@ -10,25 +10,17 @@
#include "showsymb.h"
-#include <stdint.h> // For uint32_t
-
-#include "areas.h"
#include "colour.h"
#include "env.h"
#include "map_knowledge.h"
-#include "fprop.h"
#include "mon-util.h"
#include "monster.h"
#include "options.h"
-#include "overmap.h"
-#include "random.h"
#include "show.h"
#include "state.h"
#include "stuff.h"
#include "terrain.h"
-#include "viewchar.h"
#include "viewgeom.h"
-#include "viewmap.h"
glyph get_show_glyph(show_type object)
{