Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / pkg.h
index 81f2f67f92af523f2c529ef6020b4fc605bf2ca2..4450fd061f9a4d73c00be630e02d709b573e2ec1 100644 (file)
@@ -19,8 +19,6 @@
 #define PKG_H
 
 #include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
 
 #include "pkg_vec.h"
 #include "str_list.h"