summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
Diffstat (limited to 'toxav')
-rw-r--r--toxav/ring_buffer_test.cc4
-rw-r--r--toxav/rtp_test.cc4
2 files changed, 4 insertions, 4 deletions
diff --git a/toxav/ring_buffer_test.cc b/toxav/ring_buffer_test.cc
index 672ee2ce..667f90e3 100644
--- a/toxav/ring_buffer_test.cc
+++ b/toxav/ring_buffer_test.cc
@@ -1,11 +1,11 @@
1#include "ring_buffer.h" 1#include "ring_buffer.h"
2 2
3#include <gtest/gtest.h>
4
3#include <algorithm> 5#include <algorithm>
4#include <cassert> 6#include <cassert>
5#include <vector> 7#include <vector>
6 8
7#include <gtest/gtest.h>
8
9namespace { 9namespace {
10 10
11template <typename T> 11template <typename T>
diff --git a/toxav/rtp_test.cc b/toxav/rtp_test.cc
index b0854142..bd94cc9c 100644
--- a/toxav/rtp_test.cc
+++ b/toxav/rtp_test.cc
@@ -1,9 +1,9 @@
1#include "rtp.h" 1#include "rtp.h"
2 2
3#include "../toxcore/crypto_core.h"
4
5#include <gtest/gtest.h> 3#include <gtest/gtest.h>
6 4
5#include "../toxcore/crypto_core.h"
6
7namespace { 7namespace {
8 8
9RTPHeader random_header() { 9RTPHeader random_header() {