aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/projexpl.h
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/projexpl.h
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/projexpl.h')
-rw-r--r--engines/dm/projexpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/projexpl.h b/engines/dm/projexpl.h
index 1621e3137d..e8db0bf8d3 100644
--- a/engines/dm/projexpl.h
+++ b/engines/dm/projexpl.h
@@ -27,7 +27,7 @@
#ifndef DM_PROJEXPL_H
#define DM_PROJEXPL_H
-#include "dm.h"
+#include "dm/dm.h"
namespace DM {