Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / tests / libopkg_test.c
index 720e3e9516e221c1c810c5246a40191747431e9b..4d82a6721ae4898c6fb543eac9362251753dddd5 100644 (file)
@@ -1,9 +1,10 @@
-#include <opkg.h>
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <libgen.h>
 
+#include <opkg.h>
+
 pkg_t *find_pkg = NULL;