summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-12 14:19:47 -0700
committerJared <jaxad0127@gmail.com>2010-01-12 14:41:34 -0700
commit1420656e08f65f3e5c963f82b10a718b8026d216 (patch)
tree262441cb8f9587b982f9078398844021c0d22de0 /src/gui/palette.h
parentd18b9fb1aa086d3ed0187d61940564f197411cf4 (diff)
downloadmana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.gz
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.bz2
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.xz
mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.zip
Standardize header order
Also remove some extra new lines and fix eAthena's PartyTab define guards.
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