diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-29 08:30:35 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-29 08:30:35 +0000 |
commit | 23ce054e24a3a7d7bd0ce69bfb5ce5709ddbc544 (patch) | |
tree | 05eba176716849d6fae3b067d016a7d0083d81f4 /cpp/src/IceUtil/Random.cpp | |
parent | new IceSSL/C++ plugin (diff) | |
download | ice-23ce054e24a3a7d7bd0ce69bfb5ce5709ddbc544.tar.bz2 ice-23ce054e24a3a7d7bd0ce69bfb5ce5709ddbc544.tar.xz ice-23ce054e24a3a7d7bd0ce69bfb5ce5709ddbc544.zip |
Header fixes, warning fixes.
Diffstat (limited to 'cpp/src/IceUtil/Random.cpp')
-rw-r--r-- | cpp/src/IceUtil/Random.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/Random.cpp b/cpp/src/IceUtil/Random.cpp index d3e217a2fc1..79b6eb32103 100644 --- a/cpp/src/IceUtil/Random.cpp +++ b/cpp/src/IceUtil/Random.cpp @@ -13,8 +13,6 @@ # include <Wincrypt.h> #else # include <IceUtil/StaticMutex.h> -# include <sys/types.h> -# include <sys/stat.h> # include <fcntl.h> # include <unistd.h> #endif |