diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-13 15:01:29 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-18 23:07:13 -0400 |
commit | 63cf3148cc3f60edf5c604a562ec95b40b8cb010 (patch) | |
tree | e79dc71b41380aae80af0592e1c18ff6f1b6a245 /src/delivery.c | |
parent | f2a5bc62bf1820842d20bb692fda9634e0743006 (diff) | |
download | stasis-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.c | 1 |
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; |