summaryrefslogtreecommitdiff
path: root/toxav/ring_buffer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/ring_buffer_test.cc')
-rw-r--r--toxav/ring_buffer_test.cc4
1 files changed, 2 insertions, 2 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>