From d89cd4811898a183f629323b855d1b5623c2da5e Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 26 Mar 2016 14:12:53 +0000 Subject: [PATCH] test: Sort includes --- test.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + +#include #include #include -#include -#include #include "util.h"