mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
Removed unneeded #include <cstddef>
This commit is contained in:
parent
414941295e
commit
14c4ce5ebf
@ -1,8 +1,6 @@
|
||||
#ifndef BENCHMARK_ARRAYSIZE_H_
|
||||
#define BENCHMARK_ARRAYSIZE_H_
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "internal_macros.h"
|
||||
|
||||
namespace benchmark {
|
||||
|
@ -1,6 +1,4 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "benchmark/benchmark_api.h"
|
||||
|
||||
#define BASIC_BENCHMARK_TEST(x) \
|
||||
|
Loading…
Reference in New Issue
Block a user