commit d89cd4811898a183f629323b855d1b5623c2da5e
Author: sin <[email protected]>
AuthorDate: Sat Mar 26 14:12:53 2016 +0000
Commit: sin <[email protected]>
CommitDate: Sat Mar 26 19:07:45 2016 +0000
test: Sort includes
diff --git a/test.c b/test.c
index 80b11fc..3fe12c3 100644
--- a/test.c
+++ b/test.c
@@ -1,8 +1,9 @@
/* See LICENSE file for copyright and license details. */
+#include <sys/stat.h>
+
+#include <ctype.h>
#include <string.h>
#include <unistd.h>
-#include <ctype.h>
-#include <sys/stat.h>
#include "util.h"