summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_dest.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 20:22:05 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-03 20:22:05 (EST)
commit84d0ba0f9bf218898dcf33c0178449cc045ecd8c (patch)
treeb73a306ad010d5a53611ae04f48bc56b3346d899 /libopkg/pkg_dest.c
parentb3a54f7c2d686dbec049d3788f5096c01360c5c4 (diff)
Remove unused opkg_set_current_state bits.
git-svn-id: http://opkg.googlecode.com/svn/trunk@252 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg_dest.c')
-rw-r--r--libopkg/pkg_dest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libopkg/pkg_dest.c b/libopkg/pkg_dest.c
index 3f9e493..b5cfe23 100644
--- a/libopkg/pkg_dest.c
+++ b/libopkg/pkg_dest.c
@@ -21,7 +21,8 @@
#include "file_util.h"
#include "str_util.h"
#include "sprintf_alloc.h"
-#include "opkg_state.h"
+#include "opkg_conf.h"
+#include "opkg_cmd.h"
#include "opkg_defines.h"
int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char * lists_dir)