summaryrefslogtreecommitdiff
path: root/ACE/ace/iosfwd.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-09 13:44:35 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-09 13:44:35 +0100
commit5afdcc26318095a18f46300099b4f66a7a13cd52 (patch)
treef3db5549a002fcfc434f8e89fb8715dadebb7222 /ACE/ace/iosfwd.h
parent754e5a7a4d7c445d52b5376323bf19a6a206dc23 (diff)
downloadATCD-5afdcc26318095a18f46300099b4f66a7a13cd52.tar.gz
Removed workaround include for MacOSX, let us see on github actions whether this is still required
* ACE/ace/iosfwd.h:
Diffstat (limited to 'ACE/ace/iosfwd.h')
-rw-r--r--ACE/ace/iosfwd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/iosfwd.h b/ACE/ace/iosfwd.h
index fb38cf08319..2d29b38c43f 100644
--- a/ACE/ace/iosfwd.h
+++ b/ACE/ace/iosfwd.h
@@ -31,12 +31,6 @@
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
-#if defined (__APPLE_CC__)
-// Should this really be here? dhinton
-// FUZZ: disable check_for_streams_include
-# include "ace/streams.h"
-#endif
-
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && \
(ACE_HAS_STANDARD_CPP_LIBRARY != 0)