diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-04 01:39:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-04 01:39:53 +0000 |
commit | babb384bfc970d0b6411d996e897ccaa8d2d7323 (patch) | |
tree | 2f8430e601e1d0fc4554896d83c302ddfe8b49ff /cpp/src/IcePatch/NodeI.cpp | |
parent | more IcePatch stuff (diff) | |
download | ice-babb384bfc970d0b6411d996e897ccaa8d2d7323.tar.bz2 ice-babb384bfc970d0b6411d996e897ccaa8d2d7323.tar.xz ice-babb384bfc970d0b6411d996e897ccaa8d2d7323.zip |
more IcePatch stuff
Diffstat (limited to 'cpp/src/IcePatch/NodeI.cpp')
-rw-r--r-- | cpp/src/IcePatch/NodeI.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/IcePatch/NodeI.cpp b/cpp/src/IcePatch/NodeI.cpp index 4a3c0ed1b7e..e5b39645ed4 100644 --- a/cpp/src/IcePatch/NodeI.cpp +++ b/cpp/src/IcePatch/NodeI.cpp @@ -9,9 +9,6 @@ // ********************************************************************** #include <IcePatch/NodeI.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <unistd.h> #include <dirent.h> using namespace std; |