From 77db27331eb326615395fa59f3741424f85887bb Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 1 Sep 2016 00:33:20 +0100 Subject: Sort #includes in all source files. --- toxcore/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/util.h') diff --git a/toxcore/util.h b/toxcore/util.h index bdbf7d3b..17b1a27b 100644 --- a/toxcore/util.h +++ b/toxcore/util.h @@ -25,9 +25,9 @@ #ifndef __UTIL_H__ #define __UTIL_H__ +#include #include #include -#include #define MIN(a,b) (((a)<(b))?(a):(b)) #define PAIR(TYPE1__, TYPE2__) struct { TYPE1__ first; TYPE2__ second; } -- cgit v1.2.3