test/TestCircularBuffer: include cleanup
This commit is contained in:
parent
2abfc7b87b
commit
77b316cdfb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user