summaryrefslogtreecommitdiffstats
path: root/languages/ada/ada.g
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ada/ada.g')
-rw-r--r--languages/ada/ada.g4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ada/ada.g b/languages/ada/ada.g
index 5f97952b..164c2187 100644
--- a/languages/ada/ada.g
+++ b/languages/ada/ada.g
@@ -27,8 +27,8 @@
header "pre_include_hpp" {
-#include <antlr/SemanticException.hpp> // antlr wants this
-#include "AdaAST.hpp"
+#include <antlr/SemanticException.h> // antlr wants this
+#include "AdaAST.h"
#include "preambles.h"
}