summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mangling/dex/shorty_tok.l2
-rw-r--r--src/mangling/dex/type_tok.l2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mangling/dex/shorty_tok.l b/src/mangling/dex/shorty_tok.l
index 92c264a..a3545a2 100644
--- a/src/mangling/dex/shorty_tok.l
+++ b/src/mangling/dex/shorty_tok.l
@@ -2,7 +2,7 @@
%{
#include "context.h"
-#include "libformatmanglingdexshorty_la-shorty_gram.h"
+#include "libmanglingdexshorty_la-shorty_gram.h"
%}
diff --git a/src/mangling/dex/type_tok.l b/src/mangling/dex/type_tok.l
index 918846a..7e85d43 100644
--- a/src/mangling/dex/type_tok.l
+++ b/src/mangling/dex/type_tok.l
@@ -2,7 +2,7 @@
%{
#include "context.h"
-#include "libformatmanglingdextype_la-type_gram.h"
+#include "libmanglingdextype_la-type_gram.h"
/* See lemoda.net/c/reentrant-parser */