summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp
index 63a30074209..94156af12a4 100644
--- a/cpp/src/slice2cppe/Gen.cpp
+++ b/cpp/src/slice2cppe/Gen.cpp
@@ -213,7 +213,7 @@ Slice::Gen::generate(const UnitPtr& p)
H << "\n# include <IceE/Incoming.h>";
H << "\n#endif";
H << "\n#include <IceE/Outgoing.h>";
- C << "\n#include <IceE/LocalExceptions.h>";
+ C << "\n#include <IceE/LocalException.h>";
}
if(p->hasNonLocalExceptions())
@@ -236,7 +236,7 @@ Slice::Gen::generate(const UnitPtr& p)
if(p->hasNonLocalExceptions())
{
- C << "\n#include <IceE/LocalExceptions.h>";
+ C << "\n#include <IceE/LocalException.h>";
}
StringList includes = p->includeFiles();