summaryrefslogtreecommitdiff
path: root/src/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/job.c')
-rw-r--r--src/job.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/job.c b/src/job.c
index 4df75132..34ef9b80 100644
--- a/src/job.c
+++ b/src/job.c
@@ -19,16 +19,6 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <string.h>
-#include "job.h"
-#include "debug.h"
-#include "filedef.h"
-#include "commands.h"
-#include "variable.h"
-#include "os.h"
-#include "dep.h"
-#include "shuffle.h"
-#include "warning.h"
-
/* Default shell to use. */
#if MK_OS_W32
# include <windows.h>
@@ -196,6 +186,16 @@ int getgid ();
int getloadavg (double loadavg[], int nelem);
#endif
+#include "job.h"
+#include "debug.h"
+#include "filedef.h"
+#include "commands.h"
+#include "variable.h"
+#include "os.h"
+#include "dep.h"
+#include "shuffle.h"
+#include "warning.h"
+
/* Different systems have different requirements for pid_t.
Plus we have to support gettext string translation... Argh. */
static const char *