diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-02-02 03:20:25 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-02-02 03:20:25 +0100 |
commit | bedd81dce673a693e61e81e85ef0b2870e22e5c1 (patch) | |
tree | e1e7c52240db15cbcb8110084ca39bf7dbb8ba26 | |
parent | 58adcc4c158766e8f4302aff5bf5f266c4e36a6a (diff) | |
download | MinedMap-bedd81dce673a693e61e81e85ef0b2870e22e5c1.tar MinedMap-bedd81dce673a693e61e81e85ef0b2870e22e5c1.zip |
Don't explicitly include setjmp
libpng does this for us.
-rw-r--r-- | src/MinedMap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MinedMap.cpp b/src/MinedMap.cpp index bc9683f..7e7d249 100644 --- a/src/MinedMap.cpp +++ b/src/MinedMap.cpp @@ -29,7 +29,6 @@ #include <cerrno> #include <climits> -#include <csetjmp> #include <cstdio> #include <cstring> #include <cstdlib> |