aboutsummaryrefslogtreecommitdiff
path: root/src/lib/delivery/include/delivery.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-05-10 20:03:12 -0400
committerGitHub <noreply@github.com>2026-05-10 20:03:12 -0400
commit58d3ca17dcd3f8b3aeb50b8e4f24afc76d33ff26 (patch)
tree965264cfc865df78276da47eece86130a6b2b6b5 /src/lib/delivery/include/delivery.h
parent0ef06cbec6f3796db244501b4c5fec2d579c7e5b (diff)
parent70f20294bd63e9774ee0c8a7a032ac63e1a1da2e (diff)
downloadstasis-58d3ca17dcd3f8b3aeb50b8e4f24afc76d33ff26.tar.gz
Merge pull request #142 from jhunkeler/execpoint
Improve messaging functions
Diffstat (limited to 'src/lib/delivery/include/delivery.h')
-rw-r--r--src/lib/delivery/include/delivery.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/delivery/include/delivery.h b/src/lib/delivery/include/delivery.h
index c091182..f234750 100644
--- a/src/lib/delivery/include/delivery.h
+++ b/src/lib/delivery/include/delivery.h
@@ -5,23 +5,11 @@
#include <string.h>
#include <stdbool.h>
-#include <unistd.h>
-#include <sys/utsname.h>
-#include <fnmatch.h>
-#include <sys/statvfs.h>
#include "artifactory.h"
-#include "conda.h"
-#include "copy.h"
-#include "core.h"
#include "docker.h"
#include "environment.h"
#include "ini.h"
#include "multiprocessing.h"
-#include "recipe.h"
-#include "wheel.h"
-#include "wheelinfo.h"
-#include "environment.h"
-#include "version_compare.h"
#define DELIVERY_PLATFORM_MAX 4
#define DELIVERY_PLATFORM_MAXLEN 65