summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index f9337422ebc..b86183ffb1d 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -576,10 +576,6 @@ Slice::Gen::writeExtraHeaders(IceUtilInternal::Output& out)
out << "\n#define " << guard;
}
out << "\n#include <";
- if(!_include.empty())
- {
- out << _include << '/';
- }
out << hdr << '>';
if(!guard.empty())
{