aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.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/detection_tables.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/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index a59e4e371a..5d31233719 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -23,7 +23,7 @@
#ifndef PINK_DETECTION_TABLES_H
#define PINK_DETECTION_TABLES_H
-#include <gui/EventRecorder.h>
+#include "gui/EventRecorder.h"
namespace Pink {