aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/persistent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/persistent.h')
-rw-r--r--engines/wintermute/persistent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/wintermute/persistent.h b/engines/wintermute/persistent.h
index 556ccbbd4f..a7d028b911 100644
--- a/engines/wintermute/persistent.h
+++ b/engines/wintermute/persistent.h
@@ -29,8 +29,6 @@
#ifndef WINTERMUTE_PERSISTENT_H
#define WINTERMUTE_PERSISTENT_H
-#include "engines/wintermute/wintypes.h"
-
namespace WinterMute {
class CBPersistMgr;
@@ -41,7 +39,6 @@ typedef bool(*PERSISTLOAD)(void *, CBPersistMgr *);
typedef void (*SYS_INSTANCE_CALLBACK)(void *Instance, void *Data);
} // end of namespace WinterMute
-#include "engines/wintermute/system/SysClass.h"
#include "engines/wintermute/system/SysClassRegistry.h"
namespace WinterMute {