From 0aa2840164fc782f150cd45f8668ca623e6002cf Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 11 Sep 2016 15:47:51 +0100 Subject: Group #include directives in 3-4 groups. 1. Current module (if C file). 2. Headers from current library. 3. Headers from other library (e.g. toxcore includes in toxav). 4. System headers. --- toxcore/friend_connection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'toxcore/friend_connection.h') diff --git a/toxcore/friend_connection.h b/toxcore/friend_connection.h index c5179a6a..df017c1f 100644 --- a/toxcore/friend_connection.h +++ b/toxcore/friend_connection.h @@ -30,7 +30,6 @@ #include "net_crypto.h" #include "onion_client.h" - #define MAX_FRIEND_CONNECTION_CALLBACKS 2 #define MESSENGER_CALLBACK_INDEX 0 #define GROUPCHAT_CALLBACK_INDEX 1 -- cgit v1.2.3