summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index c68a4e1c..e778b2a4 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -23,13 +23,13 @@
#ifndef PALETTE_H
#define PALETTE_H
+#include <guichan/listmodel.hpp>
+#include <guichan/color.hpp>
+
#include <cstdlib>
#include <string>
#include <vector>
-#include <guichan/listmodel.hpp>
-#include <guichan/color.hpp>
-
// Generate strings from an enum ... some preprocessor fun.
#define EDEF(a) a,
#define LASTEDEF(a) a