From 77b316cdfb0c437d3910778e7b5832e89be4b1db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Dec 2014 07:14:43 +0100 Subject: [PATCH] test/TestCircularBuffer: include cleanup --- test/TestCircularBuffer.hxx | 7 +------ 1 file changed, 1 insertion(+), 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 -#include -#include #include -#include -#include - class TestCircularBuffer : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(TestCircularBuffer); CPPUNIT_TEST(TestIt);