summaryrefslogtreecommitdiff
path: root/src/main.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/main.c
parent94ba99e2ccdfaf862af6ce039ae447eb244c9283 (diff)
Sorted the headers properly.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index 5cde040..b6156d0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,13 +17,7 @@
* Send bug reports to: <nielsen@memberwebs.com>
*/
-#include <io.h>
-#include <fcntl.h>
-#include <sys/types.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
+#include "usuals.h"
#include "scrounge.h"
#include "compat.h"