]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/RefCount.h
Cleanup: un-wrap C++ header includes
[thirdparty/squid.git] / src / base / RefCount.h
index 26f2a90fef8ac773a16cca269e034047372a22a2..f0e7b2d8ad77952697cd56f4206b024931cbe599 100644 (file)
@@ -36,9 +36,7 @@
 // reference counting requires the Lock API on base classes
 #include "base/Lock.h"
 
-#if HAVE_IOSTREAM
 #include <iostream>
-#endif
 
 /**
  * Template for Reference Counting pointers.