Skip to content
Snippets Groups Projects
Commit 5903dc79 authored by Moe Jette's avatar Moe Jette
Browse files

Remove redundant #includes.

parent 0add38d5
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
#include <getopt.h> #include <getopt.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#if HAVE_READLINE #if HAVE_READLINE
# include <readline/readline.h> # include <readline/readline.h>
...@@ -48,14 +51,8 @@ ...@@ -48,14 +51,8 @@
# endif # endif
#endif /* HAVE_INTTYPES_H */ #endif /* HAVE_INTTYPES_H */
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <slurm/slurm.h> #include <slurm/slurm.h>
#include "src/common/cbuf.h"
#include "src/common/hostlist.h" #include "src/common/hostlist.h"
#include "src/common/log.h" #include "src/common/log.h"
#include "src/common/parse_spec.h" #include "src/common/parse_spec.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment