X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fopkg_download.c;h=c4b2f0cfff5b3702ddfd902e4301e044ad16e415;hb=d69e232611da431a9f2b35d40a59d4e55dd0caba;hp=0cc3da2071a577e45e48df5708a7ee14f09875df;hpb=bd1c5142701e7cdd2176a951feabdf852f3ead57;p=oweals%2Fopkg-lede.git diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 0cc3da2..c4b2f0c 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -18,6 +18,16 @@ */ #include "config.h" +#include "includes.h" +#include "opkg_download.h" +#include "opkg_message.h" + +#include "sprintf_alloc.h" +#include "xsystem.h" +#include "file_util.h" +#include "opkg_defines.h" +#include "libbb/libbb.h" + #ifdef HAVE_CURL #include #endif @@ -39,16 +49,6 @@ #include #endif -#include "includes.h" -#include "opkg_download.h" -#include "opkg_message.h" - -#include "sprintf_alloc.h" -#include "xsystem.h" -#include "file_util.h" -#include "opkg_defines.h" -#include "libbb/libbb.h" - #ifdef HAVE_PATHFINDER #include "opkg_pathfinder.h" #endif