summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-25 03:22:55 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-25 03:22:55 +0000
commit05fb104054b7657269ddf2d14ee501d439f76f31 (patch)
treedefc9c10b1152d9f7fb4a2227f680316f72103ba /examples/IPC_SAP
parent650909a60723fa0e49a9411705be2a11e8a455bc (diff)
downloadATCD-05fb104054b7657269ddf2d14ee501d439f76f31.tar.gz
removed unnecessary includes of fstream.h
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/ex2.cpp1
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/ex3.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
index aca99fd1106..42dd97ee90d 100644
--- a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
+++ b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp
@@ -20,7 +20,6 @@
#include "ace/UPIPE_Connector.h"
#include "ace/UPIPE_Acceptor.h"
#include "ace/Auto_Ptr.h"
-#include <fstream.h>
ACE_RCSID(UPIPE_SAP, ex2, "$Id$")
diff --git a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
index b4868939c3d..bfd9f62bd95 100644
--- a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
+++ b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp
@@ -21,7 +21,6 @@
#include "ace/UPIPE_Connector.h"
#include "ace/UPIPE_Acceptor.h"
#include "ace/Auto_Ptr.h"
-#include <fstream.h>
ACE_RCSID(UPIPE_SAP, ex3, "$Id$")