]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Write.cc
Cleanup: un-wrap C++ header includes
[thirdparty/squid.git] / src / comm / Write.cc
index bc16767a3a6946db0051cd8558e053440eb6dea0..04bed7cd91528512e5e243604c3f0ce440c69023 100644 (file)
@@ -9,13 +9,11 @@
 #include "profiler/Profiler.h"
 #include "SquidTime.h"
 #include "StatCounters.h"
-
 #if USE_DELAY_POOLS
 #include "ClientInfo.h"
 #endif
-#if HAVE_ERRNO_H
-#include <errno.h>
-#endif
+
+#include <cerrno>
 
 void
 Comm::Write(const Comm::ConnectionPointer &conn, MemBuf *mb, AsyncCall::Pointer &callback)