]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed found errors in make check
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 Jan 2009 04:06:54 +0000 (21:06 -0700)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 Jan 2009 04:06:54 +0000 (21:06 -0700)
src/Mem.h
src/tests/testEvent.cc
src/tests/testEventLoop.cc
src/tests/testHttpRequest.cc
src/tests/testString.cc
src/tests/testURL.cc
src/tests/testUfs.cc

index 22dd10ef1255af828a3e4883f6cbc73b9ab8508f..bcdd27b3df046a26b2e76310194a3b82662d7835 100644 (file)
--- a/src/Mem.h
+++ b/src/Mem.h
@@ -1,6 +1,5 @@
-
 /*
- * $Id: Mem.h,v 1.4.4.1 2008/02/26 00:15:55 amosjeffries Exp $
+ * $Id$
  *
  * DEBUG: section 13    High Level Memory Pool Management
  * AUTHOR: Harvest Derived
 /* forward decls */
 
 class CacheManager;
+class StoreEntry;
+class MemPoolStats;
+class MemPoolMeter;
 
-#include <iosfwd>
+#include <ostream>
 
 class Mem
 {
index 6e880de1e2b21f81c904003aa71ef1da6fda651f..d7fe38a36476777e314fa044819257d1ed08648e 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "config.h"
 #include <cppunit/TestAssert.h>
 
 #include "CapturingStoreEntry.h"
index 22baf84040636b728938862a6ba10dc6f627ed02..96daf6b3428eccc1c5a13624d7943241d6d8388b 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "config.h"
 #include <cppunit/TestAssert.h>
 
 #include "AsyncEngine.h"
index ada78952ee7087f51d2fd68f2449d473ee64a559..2afe655b0f2edf504021173289427bd3ee98ff15 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "config.h"
 #include <cppunit/TestAssert.h>
 
 #include "Mem.h"
index 48b701c8ef4e1a44974f25908bc3304c875e2d62..6c24e0fe62063db030b722218dbbaae8959c9cd7 100644 (file)
@@ -1,8 +1,8 @@
-#include "squid.h"
+#include "config.h"
+#include "testString.h"
 #include "event.h"
 #include "Mem.h"
 #include "SquidString.h"
-#include "testString.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testString );
 
index 839df9103a9a068beee4be9e012ab8dab3d73a17..6ecb53c52de65c105d5df8d12193d1a10eb4efd4 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "config.h"
 #include <sstream>
 #include <cppunit/TestAssert.h>
 
index 4d9dd0f9517cf8cb702e19281074f4a895688975..845d0f51c680dc7888f681fb5d6af957159b6b87 100644 (file)
@@ -1,4 +1,4 @@
-#include "squid.h"
+#include "config.h"
 #include <stdexcept>
 
 #include "testUfs.h"