Factor job groups into their own file

Migrate out of proc.h, which has become too long.
This commit is contained in:
ridiculousfish
2020-07-19 16:41:58 -07:00
parent 4840d115b6
commit 54b642bc6f
11 changed files with 247 additions and 216 deletions

View File

@@ -20,6 +20,7 @@
#include "flog.h"
#include "function.h"
#include "intern.h"
#include "job_group.h"
#include "parse_constants.h"
#include "parse_execution.h"
#include "parse_util.h"