aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/artifactory.c2
-rw-r--r--src/deliverable.c6
2 files changed, 1 insertions, 7 deletions
diff --git a/src/artifactory.c b/src/artifactory.c
index e883d26..c44c95f 100644
--- a/src/artifactory.c
+++ b/src/artifactory.c
@@ -1,4 +1,4 @@
-#include "artifactory.h"
+#include "omc.h"
extern struct OMC_GLOBAL globals;
diff --git a/src/deliverable.c b/src/deliverable.c
index e7d47f5..9b43772 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -1,12 +1,6 @@
#define _GNU_SOURCE
-#include <sys/statvfs.h>
#include "omc.h"
-#include "deliverable.h"
-#include "str.h"
-#include "strlist.h"
-#include "wheel.h"
-#include "copy.h"
extern struct OMC_GLOBAL globals;