summaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-installer.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-installer.c
parent3c3ceb0ba615b8635ca8c6ef0c4de203c5eabb9b (diff)
wgtpkg: spliting of headers
Change-Id: I8ac6a16c936b73c6ce74ee41ae9c5a2ad9d042ee
Diffstat (limited to 'src/wgtpkg-installer.c')
-rw-r--r--src/wgtpkg-installer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wgtpkg-installer.c b/src/wgtpkg-installer.c
index b5da59f..ea08fce 100644
--- a/src/wgtpkg-installer.c
+++ b/src/wgtpkg-installer.c
@@ -27,8 +27,11 @@
#include <errno.h>
#include <getopt.h>
+#include <libxml/tree.h>
+
#include "verbose.h"
-#include "wgtpkg.h"
+#include "wgtpkg-permissions.h"
+#include "wgtpkg-xmlsec.h"
#include "wgt-info.h"
#include "wgtpkg-install.h"