refactor(parser): organize the includes

This commit is contained in:
2026-06-01 21:26:11 +02:00
parent 6775ddf7d4
commit af10dfcd40
4 changed files with 13 additions and 5 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
#include "furc/front/parser.hpp"
// #include "furc/ast/declaration.hpp" // IWYU pragma: keep
#include "furc/ast/declaration.hpp" // IWYU pragma: keep
#include "furc/ast/expression.hpp" // IWYU pragma: keep
#include "furc/ast/literal.hpp" // IWYU pragma: keep
#include "furc/ast/program.hpp" // IWYU pragma: keep
#include "furc/ast/statement.hpp" // IWYU pragma: keep
#include <fstream>
#include <iostream>