From 69bae440fd21376d2a717575b1418c962396bd21 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:05:13 -0500 Subject: opkg: remove opkg.h in preperation for new API git-svn-id: http://opkg.googlecode.com/svn/trunk@65 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_download.c') diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index cbf8264..7dc06ef 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -22,7 +22,7 @@ #include #endif -#include "opkg.h" +#include "includes.h" #include "opkg_download.h" #include "opkg_message.h" #include "opkg_state.h" @@ -31,6 +31,7 @@ #include "xsystem.h" #include "file_util.h" #include "str_util.h" +#include "opkg_defines.h" opkg_download_progress_callback opkg_cb_download_progress = NULL; -- cgit v0.9.1