summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-07 15:45:57 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-07 15:45:57 +0000
commit12747869e3a490c3dada5a7a4a68825719a88738 (patch)
treeb4245d205aa5ed384b544a8cb7228328a66fc2c9 /examples/IOStream
parent5555a1a2a0305d76e846df7d62bf4671e9923c38 (diff)
downloadATCD-12747869e3a490c3dada5a7a4a68825719a88738.tar.gz
ChangeLogTag: Tue Sep 7 15:45:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/server/iostream_server.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/IOStream/server/iostream_server.cpp b/examples/IOStream/server/iostream_server.cpp
index 9b23a3d18ea..fa80036a3ab 100644
--- a/examples/IOStream/server/iostream_server.cpp
+++ b/examples/IOStream/server/iostream_server.cpp
@@ -10,10 +10,7 @@
#include "ace/Signal.h"
#include "iostream_server.h"
-
-#if defined (ACE_HAS_STRING_CLASS)
-# include "ace/OS_NS_unistd.h"
-#endif // ACE_HAS_STRING_CLASS
+#include "ace/OS_NS_unistd.h"
ACE_RCSID(server, iostream_server, "$Id$")