test: Sort includes

This commit is contained in:
sin 2016-03-26 14:12:53 +00:00
parent 4093341657
commit d89cd48118
1 changed files with 3 additions and 2 deletions

5
test.c
View File

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