aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/resource_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/resource_mgr.h')
-rw-r--r--engines/pink/resource_mgr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/pink/resource_mgr.h b/engines/pink/resource_mgr.h
index ff451aa832..4cef65198d 100644
--- a/engines/pink/resource_mgr.h
+++ b/engines/pink/resource_mgr.h
@@ -20,13 +20,11 @@
*
*/
-#include <common/scummsys.h>
-#include <common/substream.h>
-
#ifndef PINK_RESOURCE_MGR_H
#define PINK_RESOURCE_MGR_H
namespace Common {
+ class SafeSeekableSubReadStream;
class String;
}