aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 06:03:44 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-06 06:03:44 -0500
commitb6225dc7cadb63161150283e99b902ea8a89dceb (patch)
treebd90b891663d0678bccfa6373bfe8aff3a2e53d2 /src
parent1f7ebb234761d8aa5edf0ea784c2dd9e2e247218 (diff)
downloadstasis-b6225dc7cadb63161150283e99b902ea8a89dceb.tar.gz
Consolidate header includes to omc.h
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;