diff options
Diffstat (limited to 'engines/wintermute/PlatformSDL.h')
-rw-r--r-- | engines/wintermute/PlatformSDL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/PlatformSDL.h b/engines/wintermute/PlatformSDL.h index faf4a7e934..347d306378 100644 --- a/engines/wintermute/PlatformSDL.h +++ b/engines/wintermute/PlatformSDL.h @@ -29,9 +29,9 @@ #ifndef WINTERMUTE_PLATFORMSDL_H
#define WINTERMUTE_PLATFORMSDL_H
-#include "dctypes.h"
+#include "engines/wintermute/dctypes.h"
-#include "wintypes.h"
+#include "engines/wintermute/wintypes.h"
#include "common/events.h"
namespace WinterMute {
|