From 3bc9a5a77987bd5f4d694902e7d68fe103380559 Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Sun, 25 Mar 2018 22:23:07 +0200 Subject: SUPERNOVA: Corrects header includes --- engines/supernova/graphics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/supernova/graphics.cpp') 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 { -- cgit v1.2.3