diff options
Diffstat (limited to 'third_party/nix/src/libexpr/lexer.l')
-rw-r--r-- | third_party/nix/src/libexpr/lexer.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nix/src/libexpr/lexer.l b/third_party/nix/src/libexpr/lexer.l index 9cdb2bd97ecf..be5fe4a78f7d 100644 --- a/third_party/nix/src/libexpr/lexer.l +++ b/third_party/nix/src/libexpr/lexer.l @@ -14,8 +14,8 @@ %{ #include <boost/lexical_cast.hpp> -#include "nixexpr.hh" -#include "parser-tab.hh" +#include "libexpr/nixexpr.hh" +#include "generated/parser-tab.hh" using namespace nix; |