Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vla5924 committed Mar 21, 2024
1 parent 8b461ad commit 5c64eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/lib/cli/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

#include <argparse/argparse.hpp>

#include "compiler/frontend/lexer/lexer.hpp"
#include "compiler/backend/ast/optimizer/optimizer.hpp"
#include "compiler/backend/ast/semantizer/semantizer.hpp"
#include "compiler/frontend/lexer/lexer.hpp"
#include "compiler/frontend/parser/parser.hpp"
#include "compiler/frontend/preprocessor/preprocessor.hpp"
#include "compiler/backend/ast/semantizer/semantizer.hpp"
#include "compiler/utils/source_files.hpp"

#ifdef ENABLE_CODEGEN
Expand Down

0 comments on commit 5c64eaa

Please sign in to comment.