mirror of
https://github.com/google/benchmark.git
synced 2025-02-09 10:40:20 +08:00
fix some clang-tidy issues
This commit is contained in:
parent
049f6e79cc
commit
4642758438
@ -19,7 +19,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "benchmark_api_internal.h"
|
||||
#include "internal_macros.h"
|
||||
#include "perf_counters.h"
|
||||
#include "thread_manager.h"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
// FIXME: WIP
|
||||
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
||||
#include "benchmark/benchmark.h"
|
||||
|
Loading…
Reference in New Issue
Block a user