aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dialog.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-09-03 10:38:43 +0200
committerBendegúz Nagy2016-09-03 10:38:43 +0200
commitcd3b485952b71244392f594164e60b96a07fb23c (patch)
tree6f638f2934c45caf347d4ce15dc49aaae7274d64 /engines/dm/dialog.cpp
parent0d7481b2a5acb77e32bec8763fd97de8c8cd4185 (diff)
downloadscummvm-rg350-cd3b485952b71244392f594164e60b96a07fb23c.tar.gz
scummvm-rg350-cd3b485952b71244392f594164e60b96a07fb23c.tar.bz2
scummvm-rg350-cd3b485952b71244392f594164e60b96a07fb23c.zip
DM: Clean up includes
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
Diffstat (limited to 'engines/dm/dialog.cpp')
-rw-r--r--engines/dm/dialog.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/engines/dm/dialog.cpp b/engines/dm/dialog.cpp
index c6b317c927..dd2e15836c 100644
--- a/engines/dm/dialog.cpp
+++ b/engines/dm/dialog.cpp
@@ -25,11 +25,10 @@
* maintainer of the Dungeon Master Encyclopaedia (http://dmweb.free.fr/)
*/
-#include "dialog.h"
-#include "gfx.h"
-#include "text.h"
-#include "eventman.h"
-
+#include "dm/dialog.h"
+#include "dm/gfx.h"
+#include "dm/text.h"
+#include "dm/eventman.h"
namespace DM {