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

View File

@@ -3,6 +3,8 @@
Functions used for implementing the complete builtin.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
@@ -11,8 +13,6 @@ Functions used for implementing the complete builtin.
#include <termios.h>
#include <signal.h>
#include "config.h"
#include "fallback.h"
#include "util.h"