about summary refs log tree commit diff
path: root/hdr.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-18 17:06:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-18 17:06:41 +0200
commit22f456a2a02d2b8b4b6fb4da9927683bc5d4a29f (patch)
treefac7537e31634d146cc65f96344d81fbfbaacbcb /hdr.c
parent4babc3e95acc89e5e483c1ee5050272454eccfdc (diff)
downloadmblaze-22f456a2a02d2b8b4b6fb4da9927683bc5d4a29f.tar.gz
mblaze-22f456a2a02d2b8b4b6fb4da9927683bc5d4a29f.tar.xz
mblaze-22f456a2a02d2b8b4b6fb4da9927683bc5d4a29f.zip
clean up header includes
Diffstat (limited to 'hdr.c')
-rw-r--r--hdr.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/hdr.c b/hdr.c
index 6dd96ca..3fc4a7c 100644
--- a/hdr.c
+++ b/hdr.c
@@ -1,15 +1,13 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdint.h>
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <unistd.h>
+#include <sys/types.h>
+
 #include <ctype.h>
-#include <string.h>
 #include <errno.h>
-#include <time.h>
-#include <wchar.h>
+#include <fcntl.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 
 #include "blaze822.h"