changeset 555:66d18a82d6b9

Clean up header includes.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Nov 2012 20:03:18 +0200
parents 13901e9be15b
children 9b72d0060b85
files main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Mon Nov 12 19:11:30 2012 +0200
+++ b/main.c	Mon Nov 12 20:03:18 2012 +0200
@@ -8,8 +8,9 @@
 #include "ui.h"
 #include "th_args.h"
 #include "th_config.h"
-#include <time.h>
 #include <errno.h>
+#include <unistd.h>
+#include <fcntl.h>
 #ifdef __WIN32
 #include <shlwapi.h>
 #include <shfolder.h>
@@ -19,7 +20,6 @@
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <unistd.h>
 #endif
 
 #ifdef __WIN32