about summary refs log tree commit diff stats
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/common.c b/src/common.c
index 064e032c..7873e812 100644
--- a/src/common.c
+++ b/src/common.c
@@ -20,14 +20,10 @@
  *
  */
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <stdlib.h>
 #include <errno.h>
-#include <stdio.h>
-#include <time.h>
+#include <stdlib.h>
 #include <string.h>
-#include <ctype.h>
+#include <sys/stat.h>
 
 #include <glib.h>