Tidied all includes

This commit is contained in:
James Booth
2012-08-26 01:50:50 +01:00
parent 2bbac1c811
commit fe519410b1
25 changed files with 57 additions and 87 deletions

View File

@@ -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>