summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-03-10 21:44:58 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-03-10 21:44:58 +0100
commit586ef272d914727769472d4276ce804420ae343c (patch)
tree3fcac5c50bd00e46cfd0ec7435bd5927ec0d2dd9 /crawl-ref/source/crash.cc
parent482dc2933e114a876ad4ea2c6ad70be07b42a13a (diff)
downloadcrawl-ref-586ef272d914727769472d4276ce804420ae343c.tar.gz
crawl-ref-586ef272d914727769472d4276ce804420ae343c.zip
Merge away an one-function-wonder header file.
It had no corresponding .cc, too.
Diffstat (limited to 'crawl-ref/source/crash.cc')
-rw-r--r--crawl-ref/source/crash.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/crash.cc b/crawl-ref/source/crash.cc
index d89ebc7534..3b28209369 100644
--- a/crawl-ref/source/crash.cc
+++ b/crawl-ref/source/crash.cc
@@ -59,7 +59,6 @@ template <typename TO, typename FROM> TO nasty_cast(FROM f)
#endif // BACKTRACE_SUPPORTED
#include "crash.h"
-#include "dbg-crsh.h"
#include "externs.h"
#include "files.h"