From f6303f97df56b35fec31e3b31f75cbc0b7a7715d Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Mon, 04 Nov 2013 13:13:13 -0500 Subject: 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 Signed-off-by: Paul Barker --- (limited to 'libopkg/opkg_conf.h') 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 #include "hash_table.h" -- cgit v0.9.1