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