diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-09 13:46:29 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-09 13:46:29 +0000 |
commit | 70a31bfd6d76baf43d2927c9b8e1962545624a86 (patch) | |
tree | cddd24c7ab8c9dcb7ae1e6eb95678dfcaaba38ad /cpp/test/Ice/custom/ServerAMD.cpp | |
parent | Workaround for Sun compiler issues (diff) | |
download | ice-70a31bfd6d76baf43d2927c9b8e1962545624a86.tar.bz2 ice-70a31bfd6d76baf43d2927c9b8e1962545624a86.tar.xz ice-70a31bfd6d76baf43d2927c9b8e1962545624a86.zip |
Use metadata to specify includes
Diffstat (limited to 'cpp/test/Ice/custom/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/custom/ServerAMD.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/Ice/custom/ServerAMD.cpp b/cpp/test/Ice/custom/ServerAMD.cpp index ff130ef3b91..d6fea972523 100644 --- a/cpp/test/Ice/custom/ServerAMD.cpp +++ b/cpp/test/Ice/custom/ServerAMD.cpp @@ -9,9 +9,6 @@ #include <Ice/Ice.h> #include <TestCommon.h> -#include <deque> -#include <list> -#include <MyByteSeq.h> #include <TestAMDI.h> using namespace std; |