Browse Source

Removed a stray include.

Dalton Nell 9 years ago
parent
commit
43b179df21
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/main.cpp

+ 0
- 1
src/main.cpp View File

@@ -21,7 +21,6 @@
21 21
 #include <time.h>
22 22
 #include <cstdio>
23 23
 #include <sstream>
24
-#include <execinfo.h>
25 24
 #include <stdexcept>
26 25
 
27 26
 #ifdef __MACH__