summaryrefslogtreecommitdiff
path: root/saveload.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-12 12:47:35 +0000
committertron <tron@openttd.org>2005-08-12 12:47:35 +0000
commit765fc0bbc6fe8743db936cd69bbc49593c1d8382 (patch)
tree528ce5f2808de1bc082b7d48c0c6f447345d6331 /saveload.h
parent207700ac36d19ecaca83e59f40be1cc0cdf296df (diff)
downloadopenttd-765fc0bbc6fe8743db936cd69bbc49593c1d8382.tar.xz
(svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819
Diffstat (limited to 'saveload.h')
-rw-r--r--saveload.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/saveload.h b/saveload.h
index f6e053be8..5dd6888a9 100644
--- a/saveload.h
+++ b/saveload.h
@@ -3,8 +3,6 @@
#ifndef SAVELOAD_H
#define SAVELOAD_H
-#include <setjmp.h>
-
typedef enum SaveOrLoadResult {
SL_OK = 0, // completed successfully
SL_ERROR = 1, // error that was caught before internal structures were modified