]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/support.cc
Removed squid-old.h
[thirdparty/squid.git] / src / ssl / support.cc
index c3e970745d0d988d522fec3814ed7362248a3153..b1cc20dc39ba0614c15b9e6c0343d5ae3cb35120 100644 (file)
  *
  */
 
-#include "squid-old.h"
+#include "squid.h"
 
 /* MS Visual Studio Projects are monolithic, so we need the following
  * #if to exclude the SSL code from compile process when not needed.
  */
 #if USE_SSL
 
-#include "fde.h"
 #include "acl/FilledChecklist.h"
+#include "fde.h"
+#include "globals.h"
+#include "protos.h"
 #include "ssl/ErrorDetail.h"
 #include "ssl/support.h"
 #include "ssl/gadgets.h"