]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SquidConfig.h
SourceLayout: C++11 upgrade for class YesNoNone
[thirdparty/squid.git] / src / SquidConfig.h
index 89818e7123a195431cf5f0ec601e76e2fe3ab148..0a0689e482f8b76b29084ed44f59f0cd6c0b03de 100644 (file)
@@ -11,6 +11,7 @@
 
 #include "acl/forward.h"
 #include "base/RefCount.h"
+#include "base/YesNoNone.h"
 #include "ClientDelayConfig.h"
 #include "DelayConfig.h"
 #include "helper/ChildConfig.h"
@@ -23,7 +24,6 @@
 #include "ssl/support.h"
 #endif
 #include "store/forward.h"
-#include "YesNoNone.h"
 
 #if USE_OPENSSL
 class sslproxy_cert_sign;