aboutsummaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:36:14 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 09:44:02 -0400
commita29bca4b79f19e9f04420b545bdec27ddc99150c (patch)
tree5c02a4e1f38ef73bd80f2334887ac0476c8ecdb7 /include/core.h
parent5a9688e9e78a25a42bddfc4388fb4ce3311ded74 (diff)
downloadstasis-a29bca4b79f19e9f04420b545bdec27ddc99150c.tar.gz
Fix includes
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/include/core.h b/include/core.h
index 972e1ee..b0a1a11 100644
--- a/include/core.h
+++ b/include/core.h
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
@@ -22,27 +23,6 @@
#include "config.h"
#include "core_mem.h"
-#include "multiprocessing.h"
-#include "envctl.h"
-#include "template.h"
-#include "utils.h"
-#include "copy.h"
-#include "ini.h"
-#include "conda.h"
-#include "environment.h"
-#include "artifactory.h"
-#include "docker.h"
-#include "delivery.h"
-#include "str.h"
-#include "strlist.h"
-#include "system.h"
-#include "download.h"
-#include "recipe.h"
-#include "relocation.h"
-#include "wheel.h"
-#include "junitxml.h"
-#include "github.h"
-#include "template_func_proto.h"
#define COE_CHECK_ABORT(COND, MSG) \
do {\