X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fopkg_cmd.c;h=02e67556e1b856a7caeb87bc09af755f6daedfea;hp=5aa5dfa3f4c6e043a7f228363eab55ba8e0cfb6f;hb=69bae440fd21376d2a717575b1418c962396bd21;hpb=f4a787e50beb527aeffd847df6b734b29967bd96 diff --git a/libopkg/opkg_cmd.c b/libopkg/opkg_cmd.c index 5aa5dfa..02e6755 100644 --- a/libopkg/opkg_cmd.c +++ b/libopkg/opkg_cmd.c @@ -15,17 +15,10 @@ General Public License for more details. */ -#include -#include "opkg.h" -#include -#include -#include -#include -#include -#include -#include +#include "includes.h" #include +#include #include "opkg_conf.h" #include "opkg_cmd.h" @@ -38,6 +31,8 @@ #include "file_util.h" #include "str_util.h" #include "libbb/libbb.h" +#include "opkg_utils.h" +#include "opkg_defines.h" #include