]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/internal.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / internal.h
index 53ab529c4395edaad09aebe3771eea70244dc4a0..e63b13ac57bf51fccb336e8880bdec5aea44e68f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 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.
@@ -15,9 +15,9 @@
 #define SQUID_INTERNAL_H_
 
 #include "comm/forward.h"
+#include "sbuf/forward.h"
 
 class HttpRequest;
-class SBuf;
 class StoreEntry;
 
 void internalStart(const Comm::ConnectionPointer &clientConn, HttpRequest *, StoreEntry *);