]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/State.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / auth / State.cc
CommitLineData
f7f3304a 1#include "squid.h"
6174699e
FC
2
3#if USE_AUTH
928f3421
AJ
4#include "auth/State.h"
5
1c756645 6CBDATA_NAMESPACED_CLASS_INIT(Auth, StateData);
6174699e 7#endif /* USE_AUTH */