summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash-u.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/crash-u.cc')
-rw-r--r--crawl-ref/source/crash-u.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/crash-u.cc b/crawl-ref/source/crash-u.cc
index 1f258fa8e0..97643ff46c 100644
--- a/crawl-ref/source/crash-u.cc
+++ b/crawl-ref/source/crash-u.cc
@@ -16,7 +16,6 @@ REVISION("$Rev$");
#include <cxxabi.h>
#ifdef OSX
-#include <cxxabi.h>
#include <dlfcn.h>
typedef int (*backtrace_t)(void * *, int);