ソースを参照

Removed a stray include.

Dalton Nell 9 年 前
コミット
43b179df21
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      src/main.cpp

+ 0
- 1
src/main.cpp ファイルの表示

@@ -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__