summaryrefslogtreecommitdiff
path: root/toxav/msi.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/msi.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/msi.c')
-rw-r--r--toxav/msi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 505a7df5..cb92525a 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -24,9 +24,10 @@
24#include "config.h" 24#include "config.h"
25#endif /* HAVE_CONFIG_H */ 25#endif /* HAVE_CONFIG_H */
26 26
27#include "msi.h"
28
27#include "../toxcore/logger.h" 29#include "../toxcore/logger.h"
28#include "../toxcore/util.h" 30#include "../toxcore/util.h"
29#include "msi.h"
30 31
31#include <assert.h> 32#include <assert.h>
32#include <stdbool.h> 33#include <stdbool.h>