aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_text.cpp
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/objects/actions/action_text.cpp
parent38ff5b1e801fda7fdc3c818469cfda5cb27f9937 (diff)
downloadscummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.tar.gz
scummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.tar.bz2
scummvm-rg350-39ed15d2f700575ad68c638808f9cf07dc786ec1.zip
PINK: fix includes
Diffstat (limited to 'engines/pink/objects/actions/action_text.cpp')
-rw-r--r--engines/pink/objects/actions/action_text.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/pink/objects/actions/action_text.cpp b/engines/pink/objects/actions/action_text.cpp
index eaf161117e..034aa1da1e 100644
--- a/engines/pink/objects/actions/action_text.cpp
+++ b/engines/pink/objects/actions/action_text.cpp
@@ -20,9 +20,10 @@
*
*/
-#include "action_text.h"
-#include <pink/archive.h>
-#include <common/debug.h>
+#include "common/debug.h"
+
+#include "pink/archive.h"
+#include "pink/objects/actions/action_text.h"
namespace Pink {