summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
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/rtp.h
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 9a5db78a..18929e12 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -22,8 +22,8 @@
22#ifndef RTP_H 22#ifndef RTP_H
23#define RTP_H 23#define RTP_H
24 24
25#include "bwcontroller.h"
26#include "../toxcore/Messenger.h" 25#include "../toxcore/Messenger.h"
26#include "bwcontroller.h"
27#include "stdbool.h" 27#include "stdbool.h"
28 28
29/** 29/**