]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/ContentLengthInterpreter.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / http / ContentLengthInterpreter.cc
index 076afa886383f189836c400e60aa97e9b1e662fe..c77df356ace7f0248e718a9eecc0a20df3ba519e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,8 @@
 
 #include "squid.h"
 #include "base/CharacterSet.h"
-#include "Debug.h"
+#include "base/Raw.h"
+#include "debug/Stream.h"
 #include "http/ContentLengthInterpreter.h"
 #include "http/one/Parser.h"
 #include "HttpHeaderTools.h"