]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testString.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testString.cc
index 9b0df39333c8b655b350a76e2c742f71d1c26860..090d426ee4ed5d5abe49f1ebb087ee8138ad8a47 100644 (file)
@@ -1,9 +1,10 @@
-#include "config.h"
+#define SQUID_UNIT_TEST 1
 
-#include "testString.h"
-#include "SquidString.h"
-#include "Mem.h"
+#include "squid.h"
 #include "event.h"
+#include "Mem.h"
+#include "SquidString.h"
+#include "testString.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );