diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-10 03:10:18 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-10 03:10:18 -0400 |
| commit | 6f9276b24b371758bf9dbe87110843b6d6dc6f8e (patch) | |
| tree | f52f3e4907131c45c85c81811d47a531f9619cb2 /pit/include/lcq/pit.h | |
| parent | 2bdcaf319b1d74ffbaccf08a58336f804761beab (diff) | |
pit: Clean up tree traversals
Diffstat (limited to 'pit/include/lcq/pit.h')
| -rw-r--r-- | pit/include/lcq/pit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pit/include/lcq/pit.h b/pit/include/lcq/pit.h index 8ff46c8..3afce9f 100644 --- a/pit/include/lcq/pit.h +++ b/pit/include/lcq/pit.h @@ -1,7 +1,7 @@ #ifndef LCOLONQ_PIT_H #define LCOLONQ_PIT_H -#include <lcq/prelude.h> +#include <lcq/pit/types.h> #include <lcq/pit/utils.h> #include <lcq/pit/lexer.h> #include <lcq/pit/parser.h> |
