aboutsummaryrefslogtreecommitdiff
path: root/src/delivery.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-09-13 15:01:29 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-09-18 23:07:13 -0400
commit63cf3148cc3f60edf5c604a562ec95b40b8cb010 (patch)
treee79dc71b41380aae80af0592e1c18ff6f1b6a245 /src/delivery.c
parentf2a5bc62bf1820842d20bb692fda9634e0743006 (diff)
downloadstasis-63cf3148cc3f60edf5c604a562ec95b40b8cb010.tar.gz
Add multiprocessing.h to core.h
* Remove multiprocessing.h from other files
Diffstat (limited to 'src/delivery.c')
-rw-r--r--src/delivery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/delivery.c b/src/delivery.c
index 1113119..7759c3e 100644
--- a/src/delivery.c
+++ b/src/delivery.c
@@ -2,7 +2,6 @@
#include <fnmatch.h>
#include "core.h"
-#include "multiprocessing.h"
extern struct STASIS_GLOBAL globals;