diff options
author | Marc Laukien <marc@zeroc.com> | 2001-08-17 10:48:40 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-08-17 10:48:40 +0000 |
commit | 7c2da94d4a0fe61628d9335534b661db28106dc0 (patch) | |
tree | c13e87943f2e1df80d19ed52e9762a6cd12f8f6c /cpp/src/Slice/Parser.cpp | |
parent | fix (diff) | |
download | ice-7c2da94d4a0fe61628d9335534b661db28106dc0.tar.bz2 ice-7c2da94d4a0fe61628d9335534b661db28106dc0.tar.xz ice-7c2da94d4a0fe61628d9335534b661db28106dc0.zip |
restructuring
Diffstat (limited to 'cpp/src/Slice/Parser.cpp')
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index 97ce13547b2..63a7da6e124 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -9,7 +9,7 @@ // ********************************************************************** #include <Ice/Functional.h> -#include <Parser.h> +#include <Slice/Parser.h> using namespace std; using namespace Slice; |