mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Make lexer-helpers.hh internal to fix a clang-tidy error
This commit is contained in:
parent
2960d7adf5
commit
8be24f58f2
4 changed files with 2 additions and 7 deletions
|
@ -25,8 +25,7 @@
|
|||
#endif
|
||||
|
||||
#include "nix/expr/nixexpr.hh"
|
||||
#include "parser-tab.hh"
|
||||
#include "nix/expr/lexer-helpers.hh"
|
||||
#include "lexer-helpers.hh"
|
||||
|
||||
namespace nix {
|
||||
struct LexerState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue