aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-04 07:14:43 +0100
committerMax Kellermann <max@duempel.org>2014-12-04 07:14:43 +0100
commit77b316cdfb0c437d3910778e7b5832e89be4b1db (patch)
treecba784e3ac01cbd063d81bf177c691390e5acabf /test
parent2abfc7b87bc11c45bf1ddb64a94a9fd12791a42b (diff)
downloadmpd-77b316cdfb0c437d3910778e7b5832e89be4b1db.tar.gz
mpd-77b316cdfb0c437d3910778e7b5832e89be4b1db.tar.xz
mpd-77b316cdfb0c437d3910778e7b5832e89be4b1db.zip
test/TestCircularBuffer: include cleanup
Diffstat (limited to 'test')
-rw-r--r--test/TestCircularBuffer.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TestCircularBuffer.hxx b/test/TestCircularBuffer.hxx
index c808d85dc..4283be45b 100644
--- a/test/TestCircularBuffer.hxx
+++ b/test/TestCircularBuffer.hxx
@@ -2,17 +2,12 @@
* Unit tests for class CircularBuffer.
*/
-#include "config.h"
+#include "check.h"
#include "util/CircularBuffer.hxx"
#include <cppunit/TestFixture.h>
-#include <cppunit/extensions/TestFactoryRegistry.h>
-#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/extensions/HelperMacros.h>
-#include <string.h>
-#include <stdlib.h>
-
class TestCircularBuffer : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(TestCircularBuffer);
CPPUNIT_TEST(TestIt);