aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/graphics.cpp
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2018-03-25 22:23:07 +0200
committerThierry Crozat2018-04-15 18:28:38 +0100
commit3bc9a5a77987bd5f4d694902e7d68fe103380559 (patch)
treefc0e2b693e74949e47f136d9b0932f81055e6560 /engines/supernova/graphics.cpp
parent0668f9d363afc3295cb4eb8227eecc126d996657 (diff)
downloadscummvm-rg350-3bc9a5a77987bd5f4d694902e7d68fe103380559.tar.gz
scummvm-rg350-3bc9a5a77987bd5f4d694902e7d68fe103380559.tar.bz2
scummvm-rg350-3bc9a5a77987bd5f4d694902e7d68fe103380559.zip
SUPERNOVA: Corrects header includes
Diffstat (limited to 'engines/supernova/graphics.cpp')
-rw-r--r--engines/supernova/graphics.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/supernova/graphics.cpp b/engines/supernova/graphics.cpp
index 5dc165e8ec..7bc9cabe25 100644
--- a/engines/supernova/graphics.cpp
+++ b/engines/supernova/graphics.cpp
@@ -28,9 +28,9 @@
#include "graphics/palette.h"
#include "graphics/surface.h"
-#include "graphics.h"
-#include "msn_def.h"
-#include "supernova.h"
+#include "supernova/graphics.h"
+#include "supernova/msn_def.h"
+#include "supernova/supernova.h"
namespace Supernova {