Fix placement of #include "config.h"

This commit is contained in:
Guus Sliepen 2002-09-10 22:13:01 +00:00
parent dd888ca685
commit eaf1208e9d
5 changed files with 8 additions and 11 deletions

View file

@ -18,12 +18,12 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "config.h"
#include <sys/types.h>
#include <ctype.h>
#include <string.h>
#include "config.h"
#include <utils.h>
#include <syslog.h>
#include <xalloc.h>