diff options
Diffstat (limited to 'languages/pascal/backgroundparser.cpp')
-rw-r--r-- | languages/pascal/backgroundparser.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/pascal/backgroundparser.cpp b/languages/pascal/backgroundparser.cpp index ff202374..df9c85dc 100644 --- a/languages/pascal/backgroundparser.cpp +++ b/languages/pascal/backgroundparser.cpp @@ -13,12 +13,12 @@ #include "backgroundparser.h" #include "problemreporter.h" -#include "PascalLexer.hpp" -#include "PascalParser.hpp" -#include "PascalAST.hpp" +#include "PascalLexer.h" +#include "PascalParser.h" +#include "PascalAST.h" #include <kdebug.h> #include <tqfile.h> -#include <antlr/ASTFactory.hpp> +#include <antlr/ASTFactory.h> BackgroundParser::BackgroundParser( ProblemReporter* reporter, const TQString& source, |