]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
MemPool uses Array's, not Stacks
authorrobertc <>
Fri, 17 Jan 2003 11:16:18 +0000 (11:16 +0000)
committerrobertc <>
Fri, 17 Jan 2003 11:16:18 +0000 (11:16 +0000)
include/MemPool.h

index 6a8f0da725ef3ab10e7c9a71821772e6e2fdcec5..75f347fbc047b8490565134d6ad3846843a1ea44 100644 (file)
@@ -3,7 +3,7 @@
 #define _MEM_POOLS_H_
 
 #include "config.h"
-#include "Stack.h"
+#include "Array.h"
 #include "util.h"
 #include "splay.h"
 #include "memMeter.h"