Skip to content

Commit

Permalink
chore: Clean up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Aug 2, 2023
1 parent d708d90 commit 1f04437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions benchmark/lru_cache_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

// SPDX-License-Identifier: MIT

#include <type_traits>

#include <catch2/catch_test_macros.hpp>

#include <nanobench.h>
Expand Down
4 changes: 2 additions & 2 deletions benchmark/palindrome_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

// SPDX-License-Identifier: MIT

#include <string_view>

#include <catch2/catch_test_macros.hpp>

#include <nanobench.h>

#include <nameof.hpp>

#include <string_view>

#include "forfun/palindrome.h"
#include "forfun/palindrome.hpp"

Expand Down

0 comments on commit 1f04437

Please sign in to comment.