summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-04-11 05:46:31 +0000
committerhpa <hpa>2003-04-11 05:46:31 +0000
commit2e51f37795425915e95690b7fb4cce627ca7fb34 (patch)
treecf04cb2e606244fa1401dc498881a14160ebb63b
parent8def34839dc959a9135f488ebf9e138b2ebe6112 (diff)
downloadsyslinux-2e51f37795425915e95690b7fb4cce627ca7fb34.tar.gz
Remove unnecessary reference to gzip.h
-rw-r--r--memdisk/inflate.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/memdisk/inflate.c b/memdisk/inflate.c
index 75f8bb11..a07d6f54 100644
--- a/memdisk/inflate.c
+++ b/memdisk/inflate.c
@@ -109,17 +109,6 @@
static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";
#endif
-#ifndef STATIC
-
-#if defined(STDC_HEADERS) || defined(HAVE_STDLIB_H)
-# include <sys/types.h>
-# include <stdlib.h>
-#endif
-
-#include "gzip.h"
-#define STATIC
-#endif /* !STATIC */
-
#define slide window
/* Huffman code lookup table entry--this entry is four bytes for machines