fix some clang-tidy issues

This commit is contained in:
Dominic Hamon 2025-01-30 09:52:07 +00:00
parent 049f6e79cc
commit 4642758438
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@
#include <vector>
#include "benchmark_api_internal.h"
#include "internal_macros.h"
#include "perf_counters.h"
#include "thread_manager.h"

View File

@ -1,5 +1,6 @@
// FIXME: WIP
#include <cassert>
#include <memory>
#include "benchmark/benchmark.h"