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

Remove some unnecessary #include headers. No changed in logic.

parent ba7f29a6
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#endif #endif
#include <src/common/log.h> #include <src/common/log.h>
#include <src/common/macros.h>
#include <src/common/slurm_protocol_defs.h> #include <src/common/slurm_protocol_defs.h>
#include <src/common/xmalloc.h> #include <src/common/xmalloc.h>
#include <src/common/xstring.h> #include <src/common/xstring.h>
......
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
#include <slurm/slurm.h> #include <slurm/slurm.h>
#include "src/common/log.h" #include "src/common/log.h"
#include "src/common/slurm_protocol_api.h"
#include "src/common/xstring.h" #include "src/common/xstring.h"
#include "src/common/xmalloc.h" #include "src/common/xmalloc.h"
#include "src/scancel/scancel.h" #include "src/scancel/scancel.h"
......
...@@ -28,12 +28,9 @@ ...@@ -28,12 +28,9 @@
#define _HAVE_SCANCEL_H #define _HAVE_SCANCEL_H
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include "config.h" # include "config.h"
#endif #endif
#include <src/common/macros.h> /* true and false */
#include <src/common/slurm_protocol_defs.h>
typedef struct scancel_options { typedef struct scancel_options {
bool interactive; /* --interactive, -i */ bool interactive; /* --interactive, -i */
......
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