summaryrefslogtreecommitdiff
path: root/src/common/grfio.h
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-06 18:39:57 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-06 18:39:57 +0000
commit39bece2eb2c650540bec4c23801338f4fd7c7291 (patch)
tree3f952c6a60b01e7ec9486accaf2f64a980a7f5c0 /src/common/grfio.h
parent926c49812706623bfa352a38b171b64c62c51932 (diff)
downloadhercules-39bece2eb2c650540bec4c23801338f4fd7c7291.tar.gz
hercules-39bece2eb2c650540bec4c23801338f4fd7c7291.tar.bz2
hercules-39bece2eb2c650540bec4c23801338f4fd7c7291.tar.xz
hercules-39bece2eb2c650540bec4c23801338f4fd7c7291.zip
* 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
Diffstat (limited to 'src/common/grfio.h')
-rw-r--r--src/common/grfio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/grfio.h b/src/common/grfio.h
index d5334ccf3..5d46771b9 100644
--- a/src/common/grfio.h
+++ b/src/common/grfio.h
@@ -4,8 +4,6 @@
#ifndef _GRFIO_H_
#define _GRFIO_H_
-#include <zlib.h>
-
void grfio_init(char*); // GRFIO Initialize
void grfio_final(void); // GRFIO Finalize
void* grfio_reads(char*,int*); // GRFIO data file read & size get