From: robertc <> Date: Fri, 17 Jan 2003 11:16:18 +0000 (+0000) Subject: MemPool uses Array's, not Stacks X-Git-Tag: SQUID_3_0_PRE1~460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0991c358bba548a94e1f7e187e4aac05c279d79d;p=thirdparty%2Fsquid.git MemPool uses Array's, not Stacks --- diff --git a/include/MemPool.h b/include/MemPool.h index 6a8f0da725..75f347fbc0 100644 --- a/include/MemPool.h +++ b/include/MemPool.h @@ -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"