#ifndef COMMREAD_H
#define COMMREAD_H
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "comm.h"
#include "comm/forward.h"
#include "CommCalls.h"
#define SQUID_NOTES_H
#include "acl/forward.h"
+#include "base/CbDataList.h"
#include "base/RefCount.h"
-#include "CbDataList.h"
#include "format/Format.h"
#include "MemPool.h"
#include "SquidString.h"
#include "acl/Checklist.h"
#include "acl/Data.h"
#include "acl/Strategised.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "ip/Address.h"
int asnMatchIp(CbDataList<int> *, Ip::Address &);
#include "acl/Acl.h"
#include "acl/Data.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "ssl/support.h"
#include <list>
#include "acl/Acl.h"
#include "acl/Data.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "hier_code.h"
/// \ingroup ACLAPI
#define SQUID_ACLINTRANGE_H
#include "acl/Data.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "Range.h"
/// \ingroup ACLAPI
#include "acl/Acl.h"
#include "acl/Data.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "HttpRequestMethod.h"
class ACLMethodData : public ACLData<HttpRequestMethod>
#include "acl/Acl.h"
#include "acl/Data.h"
#include "anyp/ProtocolType.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
class ACLProtocolData : public ACLData<AnyP::ProtocolType>
{
#include "acl/Acl.h"
#include "acl/Data.h"
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "ssl/ErrorDetail.h"
#include "ssl/support.h"
#include <vector>
#ifndef SQUID_CBDATALIST_H
#define SQUID_CBDATALIST_H
-/* XXX: layering violation. cbdata.h is over in src/ */
-#include "../src/cbdata.h"
+#include "cbdata.h"
template <class C>
class CbDataList
AsyncJobCalls.h \
AsyncCallQueue.cc \
AsyncCallQueue.h \
+ CbcPointer.h \
+ CbDataList.h \
CharacterSet.h \
CharacterSet.cc \
- TidyPointer.h \
- CbcPointer.h \
InstanceId.h \
Lock.h \
LruMap.h \
RunnersRegistry.h \
Subscription.h \
TextException.cc \
- TextException.h
+ TextException.h \
+ TidyPointer.h
EXTRA_PROGRAMS = \
testCharacterSet
#ifndef SQUID_SSL_SUPPORT_H
#define SQUID_SSL_SUPPORT_H
-#include "CbDataList.h"
+#include "base/CbDataList.h"
#include "ssl/gadgets.h"
#if HAVE_OPENSSL_SSL_H