]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clients/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / clients / forward.h
index 8ad012eb3b3a31ac5dbb83c2a2e3b7789470f2f9..2f5dfe5ed0bb8817a881c97adf96a6f7e2dfd7ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,9 +9,10 @@
 #ifndef SQUID_CLIENTS_FORWARD_H
 #define SQUID_CLIENTS_FORWARD_H
 
+#include "sbuf/forward.h"
+
 class FwdState;
 class HttpRequest;
-class SBuf;
 
 class AsyncJob;
 template <class Cbc> class CbcPointer;