summaryrefslogtreecommitdiff
path: root/toxav/toxav_old.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:33:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 16:35:46 +0100
commit77db27331eb326615395fa59f3741424f85887bb (patch)
tree233270b558c30f9a045e30e09c2d5681c800a139 /toxav/toxav_old.c
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'toxav/toxav_old.c')
-rw-r--r--toxav/toxav_old.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav_old.c b/toxav/toxav_old.c
index 2945909b..b132080b 100644
--- a/toxav/toxav_old.c
+++ b/toxav/toxav_old.c
@@ -22,8 +22,8 @@
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 "toxav.h"
26#include "group.h" 25#include "group.h"
26#include "toxav.h"
27 27
28/* Create a new toxav group. 28/* Create a new toxav group.
29 * 29 *