aboutsummaryrefslogtreecommitdiff
path: root/include/deliverable.h
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 /include/deliverable.h
parent1f7ebb234761d8aa5edf0ea784c2dd9e2e247218 (diff)
downloadstasis-b6225dc7cadb63161150283e99b902ea8a89dceb.tar.gz
Consolidate header includes to omc.h
Diffstat (limited to 'include/deliverable.h')
-rw-r--r--include/deliverable.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index e699703..75b5798 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -7,11 +7,7 @@
#include <stdbool.h>
#include <unistd.h>
#include <sys/utsname.h>
-#include "str.h"
-#include "ini.h"
-#include "environment.h"
-#include "conda.h"
-#include "artifactory.h"
+#include "omc.h"
#define DELIVERY_PLATFORM_MAX 4
#define DELIVERY_PLATFORM_MAXLEN 65