summaryrefslogtreecommitdiff
path: root/src/compat.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-03 20:49:23 +0000
committerStef Walter <stef@thewalter.net>2004-04-03 20:49:23 +0000
commit3eca787a2b83ff8cf60d2be9e588d4a558b85a85 (patch)
tree407a084fba7f51cfccb1cf20e25d419f618057a5 /src/compat.c
parent94ba99e2ccdfaf862af6ce039ae447eb244c9283 (diff)
Sorted the headers properly.
Diffstat (limited to 'src/compat.c')
-rw-r--r--src/compat.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/compat.c b/src/compat.c
index b183a99..14b85e4 100644
--- a/src/compat.c
+++ b/src/compat.c
@@ -17,15 +17,8 @@
* Send bug reports to: <nielsen@memberwebs.com>
*/
-#include <sys/types.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
#include "compat.h"
-
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
+#include "usuals.h"
/*
* We need to get a better check for this one.