summaryrefslogtreecommitdiffstats
path: root/libopkg/libopkg.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:05:13 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:05:13 (EST)
commit69bae440fd21376d2a717575b1418c962396bd21 (patch)
treea8e7426d342a84c1d5b577553aa052193a048386 /libopkg/libopkg.c
parentf4a787e50beb527aeffd847df6b734b29967bd96 (diff)
opkg: remove opkg.h in preperation for new API
git-svn-id: http://opkg.googlecode.com/svn/trunk@65 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/libopkg.c')
-rw-r--r--libopkg/libopkg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopkg/libopkg.c b/libopkg/libopkg.c
index 3f5adc3..c57838a 100644
--- a/libopkg/libopkg.c
+++ b/libopkg/libopkg.c
@@ -15,7 +15,6 @@
General Public License for more details.
*/
-#include "opkg.h"
#include "includes.h"
#include "libopkg.h"
@@ -24,7 +23,8 @@
#include "opkg_cmd.h"
#include "file_util.h"
-
+#include "opkg_message.h"
+#include "opkg_error.h"
opkg_status_callback opkg_cb_status = NULL;
opkg_list_callback opkg_cb_list = NULL;