diff options
Diffstat (limited to 'src/expand/include.cpp')
-rw-r--r-- | src/expand/include.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expand/include.cpp b/src/expand/include.cpp index b7fe0f53..83a2aa03 100644 --- a/src/expand/include.cpp +++ b/src/expand/include.cpp @@ -8,8 +8,8 @@ #include <synext_macro.hpp> #include <parse/common.hpp> #include <parse/parseerror.hpp> // for GET_CHECK_TOK -#include <parse/tokentree.hpp> // TTStream -#include <parse/lex.hpp> +#include <parse/ttstream.hpp> +#include <parse/lex.hpp> // Lexer (new files) #include <ast/expr.hpp> namespace { |