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
 #include <time.h>
21
 #include <time.h>
22
 #include <cstdio>
22
 #include <cstdio>
23
 #include <sstream>
23
 #include <sstream>
24
-#include <execinfo.h>
25
 #include <stdexcept>
24
 #include <stdexcept>
26
 
25
 
27
 #ifdef __MACH__
26
 #ifdef __MACH__