Rearrange includes so that config.h is always the first file to be included

darcs-hash:20060811011835-ac50b-847fc790288e3bb3f3a0ee7734ff278d2dc65bef.gz
This commit is contained in:
axel
2006-08-11 11:18:35 +10:00
parent 8da54a1955
commit cd9102214b
17 changed files with 34 additions and 30 deletions

4
exec.c
View File

@@ -5,6 +5,8 @@
manual, though I the changes performed have been massive.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
@@ -25,8 +27,6 @@
#include <siginfo.h>
#endif
#include "config.h"
#include "fallback.h"
#include "util.h"