]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testEvent.cc
Merged from trunk
[thirdparty/squid.git] / src / tests / testEvent.cc
index 5fe93bb0724a78e5a4e94a00a31196db42891ac7..f004abd55971de83b4accd0b49be2f5af75b05bc 100644 (file)
@@ -1,11 +1,14 @@
+#if 0
 #include "squid.h"
+#endif
+
 #include <cppunit/TestAssert.h>
 
-#include "CapturingStoreEntry.h"
-#include "AsyncCallQueue.h"
-#include "Mem.h"
 #include "testEvent.h"
 #include "event.h"
+#include "AsyncCallQueue.h"
+#include "CapturingStoreEntry.h"
+#include "Mem.h"
 
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testEvent );