summaryrefslogtreecommitdiff
path: root/toxav/toxav_old.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-11 15:47:51 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-13 00:32:02 +0100
commit0aa2840164fc782f150cd45f8668ca623e6002cf (patch)
tree68d4b762c6233946fc3e73af546e2a5a5f6cdb16 /toxav/toxav_old.c
parent2b2dc07f6f7fe28a8e558125d977d2fa9cef3881 (diff)
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.
Diffstat (limited to 'toxav/toxav_old.c')
-rw-r--r--toxav/toxav_old.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index b132080b..a344455d 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -22,9 +22,10 @@
22 * This file contains the group chats code for the backwards compatibility. 22 * This file contains the group chats code for the backwards compatibility.
23 */ 23 */
24 24
25#include "group.h"
26#include "toxav.h" 25#include "toxav.h"
27 26
27#include "group.h"
28
28/* Create a new toxav group. 29/* Create a new toxav group.
29 * 30 *
30 * return group number on success. 31 * return group number on success.