diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:19:44 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-05-10 15:19:44 -0400 |
| commit | dfc38629724eb4f6718cb73ff3de108871e377bd (patch) | |
| tree | e7b12c2afcaccb70a20f08e451120bb977c8bf0d /src/lib/delivery/include | |
| parent | aff64937000fbce5c55b49bee98f0120e09e399e (diff) | |
| download | stasis-dfc38629724eb4f6718cb73ff3de108871e377bd.tar.gz | |
Fix up includes
Diffstat (limited to 'src/lib/delivery/include')
| -rw-r--r-- | src/lib/delivery/include/delivery.h | 12 |
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 |
