summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-27 16:02:51 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-27 16:02:51 +0000
commit606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1 (patch)
tree23e4ff8ae9afeec41890e3e283e9f4c3f4d5e8fe /common.c
parente44bd67ff0e32560e7b3ebf8cb019d68e309211a (diff)
downloadldetect-606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1.tar
ldetect-606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1.tar.gz
ldetect-606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1.tar.bz2
ldetect-606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1.tar.xz
ldetect-606fb4b58d31c17c91eb2eb57c7eda76fd1f86a1.zip
remove doble zlib.h include
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 1265bba..e296d7f 100644
--- a/common.c
+++ b/common.c
@@ -6,7 +6,6 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include <zlib.h>
#include "common.h"
char *table_name_to_file(const char *name) {