diff options
-rw-r--r-- | engines/supernova/graphics.cpp | 6 |
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 { |