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/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/list.h') diff --git a/toxcore/list.h b/toxcore/list.h index b04177e1..aac72e81 100644 --- a/toxcore/list.h +++ b/toxcore/list.h @@ -26,8 +26,8 @@ #ifndef LIST_H #define LIST_H -#include #include +#include #include typedef struct { -- cgit v1.2.3