From 39bece2eb2c650540bec4c23801338f4fd7c7291 Mon Sep 17 00:00:00 2001 From: flaviojs Date: Wed, 6 Jul 2011 18:39:57 +0000 Subject: * Changed grfio.c include order and moved zlib include from the header to the source. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14887 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/grfio.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/common/grfio.c') diff --git a/src/common/grfio.c b/src/common/grfio.c index e7549ecb4..7e8aa38d0 100644 --- a/src/common/grfio.c +++ b/src/common/grfio.c @@ -1,19 +1,18 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder -#include -#include -#include -#include - -#include "grfio.h" - #include "../common/cbasetypes.h" #include "../common/showmsg.h" #include "../common/malloc.h" #include "../common/strlib.h" #include "../common/utils.h" +#include "grfio.h" +#include +#include +#include +#include +#include //---------------------------- // file entry table struct -- cgit v1.2.3-60-g2f50