summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.h
diff options
context:
space:
mode:
authorCarsten Schoenert <c.schoenert@gmail.com>2013-11-04 13:13:13 (EST)
committer Paul Barker <paul@paulbarker.me.uk>2013-12-17 16:00:35 (EST)
commitf6303f97df56b35fec31e3b31f75cbc0b7a7715d (patch)
tree4cf6aa5548868733e62e32bbedc53ff7aa2af880 /libopkg/opkg_conf.h
parent7cf3b66d442c153c45a5ec7c13c32e595de85e60 (diff)
config.h: remove needless inclusion in the libopkg header files
There is no usage of variables from config.h inside the libopkg header files. If so it's wrong because the header files from the libopkg directory are installed to the target system and there is no config.h inside the installed directory. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'libopkg/opkg_conf.h')
-rw-r--r--libopkg/opkg_conf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h
index 29b65a7..70bfadf 100644
--- a/libopkg/opkg_conf.h
+++ b/libopkg/opkg_conf.h
@@ -21,8 +21,6 @@
typedef struct opkg_conf opkg_conf_t;
extern opkg_conf_t *conf;
-#include "config.h"
-
#include <stdarg.h>
#include "hash_table.h"