Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Nov 25, 2024
1 parent e3b9e5e commit 171c42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion target/common/test/tb_bin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <printf.h>
#include <iostream>
#include <vector>
#include <string>
#include <cstring>

#include "sim.hh"
Expand Down
8 changes: 2 additions & 6 deletions target/common/test/verilator_lib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
// SPDX-License-Identifier: SHL-0.51

#include <printf.h>
#include <cstdlib> // For std::getenv
#include <iostream> // For std::cout, std::cerr
#include <string> // For std::string
#include <stdexcept> // For std::invalid_argument, std::out_of_range
#include <filesystem> // C++17 filesystem library
#include <system_error> // For error handling
#include <string>
#include <filesystem>

#include "Vtestharness.h"
#include "Vtestharness__Dpi.h"
Expand Down

0 comments on commit 171c42d

Please sign in to comment.