summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
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/resources/mapreader.cpp
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/resources/mapreader.cpp')
-rw-r--r--src/resources/mapreader.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/resources/mapreader.cpp b/src/resources/mapreader.cpp
index 28bc91c3..b149ca76 100644
--- a/src/resources/mapreader.cpp
+++ b/src/resources/mapreader.cpp
@@ -19,15 +19,16 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "resources/animation.h"
-#include "resources/image.h"
#include "resources/mapreader.h"
-#include "resources/resourcemanager.h"
#include "log.h"
#include "map.h"
#include "tileset.h"
+#include "resources/animation.h"
+#include "resources/image.h"
+#include "resources/resourcemanager.h"
+
#include "utils/base64.h"
#include "utils/stringutils.h"
#include "utils/xml.h"