~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl/HttpHeaderData.cc

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 */
36
36
 
37
37
#include "squid.h"
38
 
#include "ACLHTTPHeaderData.h"
39
 
#include "authenticate.h"
40
 
#include "ACLChecklist.h"
41
 
#include "ACL.h"
42
 
#include "ACLRegexData.h"
 
38
#include "acl/HttpHeaderData.h"
 
39
#include "acl/Checklist.h"
 
40
#include "acl/Acl.h"
 
41
#include "acl/RegexData.h"
43
42
#include "wordlist.h"
44
43
#include "ConfigParser.h"
45
44