diff options
-rw-r--r-- | engines/avalanche/graphics.cpp | 2 | ||||
-rw-r--r-- | engines/avalanche/graphics.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/engines/avalanche/graphics.cpp b/engines/avalanche/graphics.cpp index 9fa4ffe624..bed8136dd4 100644 --- a/engines/avalanche/graphics.cpp +++ b/engines/avalanche/graphics.cpp @@ -29,11 +29,11 @@ #include "avalanche/graphics.h" #include "common/system.h" +#include "common/rect.h" #include "engines/util.h" #include "graphics/palette.h" -#include "common/rect.h" namespace Avalanche { diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index 5cc5a2e1e3..3d32bdafcb 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -25,8 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ -#ifndef GRAPH_H -#define GRAPH_H +#ifndef GRAPHICS_H +#define GRAPHICS_H #include "common/file.h" @@ -98,4 +98,4 @@ private: } // End of namespace Avalanche -#endif // GRAPH_H +#endif // GRAPHICS_H |