aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/graphics.cpp')
-rw-r--r--engines/avalanche/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/graphics.cpp b/engines/avalanche/graphics.cpp
index 806ef3f14c..97624cf1de 100644
--- a/engines/avalanche/graphics.cpp
+++ b/engines/avalanche/graphics.cpp
@@ -25,8 +25,6 @@
* Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
*/
-#include "math.h"
-
#include "avalanche/avalanche.h"
#include "avalanche/graphics.h"
@@ -37,6 +35,8 @@
#include "graphics/palette.h"
+#include "math.h"
+
namespace Avalanche {
const byte Graphics::kEgaPaletteIndex[16] = {0, 1, 2, 3, 4, 5, 20, 7, 56, 57, 58, 59, 60, 61, 62, 63};