diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-01 15:43:30 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-01 15:56:56 +0530 |
commit | 50a527f757f69befbe4081dd90467bdaef50a68f (patch) | |
tree | 85148a6d50126d7ffea9122c568bdd2bac02a5ba /src/solver_sjf.c | |
parent | fb801a2b7d0ae0ed0fc6b3543974bb8e9fc64357 (diff) |
tests: clean up
Diffstat (limited to 'src/solver_sjf.c')
-rw-r--r-- | src/solver_sjf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solver_sjf.c b/src/solver_sjf.c index 34d85ec..c81f718 100644 --- a/src/solver_sjf.c +++ b/src/solver_sjf.c @@ -1,5 +1,5 @@ -#include <queue.h> #include <errno.h> +#include <queue.h> #include "evanix.h" #include "jobs.h" |