Skip to content

Commit

Permalink
tidy: Remove unused #includes (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored Jun 5, 2024
1 parent f84f801 commit 97bbf26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/evmone/eof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include <numeric>
#include <ostream>
#include <queue>
#include <span>
#include <stack>
#include <unordered_set>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion test/eoftest/eoftest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include "eoftest.hpp"
#include <CLI/CLI.hpp>
#include <evmone/evmone.h>
#include <gtest/gtest.h>
#include <filesystem>

Expand Down
1 change: 0 additions & 1 deletion test/unittests/eof_validation_stack_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <evmone/instructions_traits.hpp>
#include <gtest/gtest.h>
#include <test/utils/bytecode.hpp>
#include <test/utils/utils.hpp>

using namespace evmone;
using namespace evmone::test;
Expand Down

0 comments on commit 97bbf26

Please sign in to comment.