diff options
Diffstat (limited to 'languages/ada/ada.store.g')
-rw-r--r-- | languages/ada/ada.store.g | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/ada/ada.store.g b/languages/ada/ada.store.g index 31dccf99..658bfcfa 100644 --- a/languages/ada/ada.store.g +++ b/languages/ada/ada.store.g @@ -9,8 +9,8 @@ header "pre_include_hpp" { #include <qfileinfo.h> #include <codemodel.h> -#include "AdaAST.hpp" -#include "ada_utils.hpp" +#include "AdaAST.h" +#include "ada_utils.h" } header "post_include_hpp" { |