aboutsummaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-install.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-29 10:11:20 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-29 10:11:20 +0100
commit189415eece11c543e1ccb95dff32695ddc383565 (patch)
treed64b514e323b63fea366cf98e62dff4b9ba8fbc0 /src/wgtpkg-install.c
parent3c3ceb0ba615b8635ca8c6ef0c4de203c5eabb9b (diff)
wgtpkg: spliting of headers
Change-Id: I8ac6a16c936b73c6ce74ee41ae9c5a2ad9d042ee
Diffstat (limited to 'src/wgtpkg-install.c')
-rw-r--r--src/wgtpkg-install.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wgtpkg-install.c b/src/wgtpkg-install.c
index 70198e9..7b299f2 100644
--- a/src/wgtpkg-install.c
+++ b/src/wgtpkg-install.c
@@ -18,16 +18,22 @@
#define _GNU_SOURCE
+#include <limits.h>
#include <errno.h>
#include <string.h>
#include <ctype.h>
#include <assert.h>
#include <unistd.h>
+#include <stdio.h>
#include "verbose.h"
-#include "wgtpkg.h"
#include "wgt.h"
#include "wgt-info.h"
+#include "wgtpkg-files.h"
+#include "wgtpkg-workdir.h"
+#include "wgtpkg-zip.h"
+#include "wgtpkg-permissions.h"
+#include "wgtpkg-digsig.h"
#include "wgtpkg-install.h"
#include "secmgr-wrap.h"
#include "utils-dir.h"