summaryrefslogtreecommitdiff
path: root/functable.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2019-07-19 21:53:24 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2019-08-06 10:09:08 +0200
commitc5e2ea18296014ffedb44f25c1614543a0bb64ea (patch)
tree4c848d0c8bfded3289d155c20106052cefe3ae61 /functable.c
parent4bc6ffa41a7a23e04a2da409ca512a73cf268382 (diff)
Rename gzendian to zendian since it is included in more than just the gzip library code.
Diffstat (limited to 'functable.c')
-rw-r--r--functable.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/functable.c b/functable.c
index 1085097..37a0995 100644
--- a/functable.c
+++ b/functable.c
@@ -4,12 +4,11 @@
*/
#include "zbuild.h"
-#include "functable.h"
+#include "zendian.h"
#include "deflate.h"
#include "deflate_p.h"
-#include "gzendian.h"
-
+#include "functable.h"
/* insert_string */
#ifdef X86_SSE4_2_CRC_HASH
extern Pos insert_string_sse(deflate_state *const s, const Pos str, unsigned int count);