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
kill.c
View File

@@ -6,6 +6,8 @@
with the X clipboard.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
@@ -17,8 +19,6 @@
#include <dirent.h>
#include "config.h"
#include "fallback.h"
#include "util.h"