sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit d89cd4811898a183f629323b855d1b5623c2da5e
parent 4093341657c67f03b48718647b2cd378e74c14dc
Author: sin <sin@2f30.org>
Date:   Sat, 26 Mar 2016 14:12:53 +0000

test: Sort includes

Diffstat:
Mtest.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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"