diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-08-02 17:49:55 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-08-02 17:49:55 -0400 |
commit | c62875aaf28d64497a4effa78ce0e5b05fc9ed29 (patch) | |
tree | 9d08d049fbde0b5d25d8e679a9dd205ca11062ca /cpp/src/slice2cpp | |
parent | Move generateUUID to Ice (diff) | |
download | ice-c62875aaf28d64497a4effa78ce0e5b05fc9ed29.tar.bz2 ice-c62875aaf28d64497a4effa78ce0e5b05fc9ed29.tar.xz ice-c62875aaf28d64497a4effa78ce0e5b05fc9ed29.zip |
Update DispatchInterceptorAsyncCallback + small cleanups
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index f08f83e8c09..045913f1f4e 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -840,7 +840,6 @@ Slice::Gen::generate(const UnitPtr& p) C << "\n#include <Ice/SliceChecksums.h>"; } - C << "\n#include <IceUtil/Iterator.h>"; C << "\n#include <IceUtil/PopDisableWarnings.h>"; StringList includes = p->includeFiles(); |