summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_extract.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_extract.c')
-rw-r--r--libopkg/pkg_extract.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libopkg/pkg_extract.c b/libopkg/pkg_extract.c
index fffb993..b7d924c 100644
--- a/libopkg/pkg_extract.c
+++ b/libopkg/pkg_extract.c
@@ -15,11 +15,9 @@
General Public License for more details.
*/
-#include "includes.h"
-#include <errno.h>
+#include <stdio.h>
#include "pkg_extract.h"
-
#include "libbb/libbb.h"
#include "file_util.h"
#include "sprintf_alloc.h"