summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libopkg/opkg_conf.h2
-rw-r--r--libopkg/opkg_download.h1
-rw-r--r--libopkg/pkg.h2
3 files changed, 0 insertions, 5 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"
diff --git a/libopkg/opkg_download.h b/libopkg/opkg_download.h
index 39340ea..af77859 100644
--- a/libopkg/opkg_download.h
+++ b/libopkg/opkg_download.h
@@ -18,7 +18,6 @@
#ifndef OPKG_DOWNLOAD_H
#define OPKG_DOWNLOAD_H
-#include "config.h"
#include "pkg.h"
typedef void (*opkg_download_progress_callback)(int percent, char *url);
diff --git a/libopkg/pkg.h b/libopkg/pkg.h
index 1dc65a3..ad37ae9 100644
--- a/libopkg/pkg.h
+++ b/libopkg/pkg.h
@@ -18,8 +18,6 @@
#ifndef PKG_H
#define PKG_H
-#include "config.h"
-
#include <sys/types.h>
#include "pkg_vec.h"