summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2005-02-05 14:11:36 +0000
committerThomas Roessler <roessler@does-not-exist.org>2005-02-05 14:11:36 +0000
commitd06309dcd32b7f7c3c7bd40e3ee3e8298dc27450 (patch)
tree190b5189fbad5652a28a52b3b5d08dc21e62c66a /lib.h
parentc8e788a772d65013e116987dc532fd924981daf5 (diff)
Remove a number of unnecessary config.h includes, and add some
missing ones. May fix some bugs.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 358fa723..f5fb94e9 100644
--- a/lib.h
+++ b/lib.h
@@ -25,8 +25,6 @@
#ifndef _LIB_H
# define _LIB_H
-# include "config.h"
-
# include <stdio.h>
# include <string.h>
# ifdef HAVE_UNISTD_H