Skip to content

Commit

Permalink
Updates some files that have include problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-6 committed Apr 5, 2024
1 parent 45ef84d commit 33e5d95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions compiler/lexer/lexer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <string>

#include "compiler/compiler.h"
#include "compiler/token/keyword.h"
#include "compiler/token/operator.h"
#include "compiler/token/token.h"
#include "compiler/token/token_kind.h"
#include "debugger/debugger.h"
Expand Down
2 changes: 0 additions & 2 deletions compiler/lexer/token_map.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include "compiler/lexer/token_map.h"

#include "compiler/compiler.h"
#include "compiler/token/keyword.h"
#include "compiler/token/operator.h"
#include "compiler/token/token.h"
#include "compiler/token/token_kind.h"
#include "debugger/debugger.h"
Expand Down

0 comments on commit 33e5d95

Please sign in to comment.