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. --- toxav/rtp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'toxav/rtp.h') diff --git a/toxav/rtp.h b/toxav/rtp.h index 18929e12..30d8ca65 100644 --- a/toxav/rtp.h +++ b/toxav/rtp.h @@ -22,9 +22,11 @@ #ifndef RTP_H #define RTP_H -#include "../toxcore/Messenger.h" #include "bwcontroller.h" -#include "stdbool.h" + +#include "../toxcore/Messenger.h" + +#include /** * Payload type identifier. Also used as rtp callback prefix. -- cgit v1.2.3