diff --git a/saveload.c b/saveload.c index 8cce68d442..8ae995959f 100644 --- a/saveload.c +++ b/saveload.c @@ -26,6 +26,7 @@ #include "player.h" #include "saveload.h" #include "variables.h" +#include enum { SAVEGAME_MAJOR_VERSION = 16, diff --git a/saveload.h b/saveload.h index f6e053be8b..5dd6888a92 100644 --- a/saveload.h +++ b/saveload.h @@ -3,8 +3,6 @@ #ifndef SAVELOAD_H #define SAVELOAD_H -#include - typedef enum SaveOrLoadResult { SL_OK = 0, // completed successfully SL_ERROR = 1, // error that was caught before internal structures were modified