Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Dec 6, 2023
1 parent 47c4fe9 commit 39c192f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions include/ast/Expression.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef EXPRESSION_HPP
#define EXPRESSION_HPP

#include <cstdint>
#include <memory>
#include <string>

Expand Down
2 changes: 0 additions & 2 deletions include/lexer/Lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

#include "llvm/ADT/StringSwitch.h"

#include <functional>
#include <iterator>
#include <memory>
#include <optional>
#include <string>
#include <type_traits>
Expand Down
1 change: 0 additions & 1 deletion src/parser/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "llvm/ADT/StringSwitch.h"

#include <iostream>
#include <stdexcept>

Parser::Parser(std::vector<Token> &tokens)
Expand Down

0 comments on commit 39c192f

Please sign in to comment.