summaryrefslogtreecommitdiff
path: root/examples/APG/Logging/Use_Ostream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Logging/Use_Ostream.cpp')
-rw-r--r--examples/APG/Logging/Use_Ostream.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/APG/Logging/Use_Ostream.cpp b/examples/APG/Logging/Use_Ostream.cpp
index 7187ef563f1..28a2fefcc1c 100644
--- a/examples/APG/Logging/Use_Ostream.cpp
+++ b/examples/APG/Logging/Use_Ostream.cpp
@@ -2,9 +2,7 @@
#include "ace/Log_Msg.h"
#include "ace/streams.h"
-#if (defined (_MSC_VER) && (_MSC_VER < 1300))
-#include <fstream>
-#endif
+
void foo (void);
int ACE_TMAIN (int, ACE_TCHAR *[])