diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:23:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-22 18:23:17 +0100 |
| commit | 2504ba151b6a06555c3421dc8222ab896fff05a9 (patch) | |
| tree | 1a269b43b34b0af7d41966883835568cdbd8d390 /src/lib | |
| parent | db52369a8324c8a16e87bcc06a7ea8684e0a8adb (diff) | |
Remove unnecessary includes.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/image.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc index 9ae0fe6f8..f16bb9f77 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -24,8 +24,6 @@ #include <sstream> #include <iomanip> #include <iostream> -#include <execinfo.h> -#include <cxxabi.h> #include <sys/time.h> #include <boost/algorithm/string.hpp> #include <openjpeg.h> |
