aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/file.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-21 12:30:27 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit39ed15d2f700575ad68c638808f9cf07dc786ec1 (patch)
treeceea5afdcb69a4d357a6a1d3c773c079d7362c24 /engines/pink/file.h
parent38ff5b1e801fda7fdc3c818469cfda5cb27f9937 (diff)
downloadscummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.tar.gz
scummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.tar.bz2
scummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.zip
PINK: fix includes
Diffstat (limited to 'engines/pink/file.h')
-rw-r--r--engines/pink/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/file.h b/engines/pink/file.h
index 0e78eeb290..dbcfaae314 100644
--- a/engines/pink/file.h
+++ b/engines/pink/file.h
@@ -23,7 +23,7 @@
#ifndef PINK_FILE_H
#define PINK_FILE_H
-#include <common/file.h>
+#include "common/file.h"
namespace Pink {