Removed unneeded #include <cstddef>

This commit is contained in:
izaid 2015-10-06 15:10:15 +01:00
parent 414941295e
commit 14c4ce5ebf
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#ifndef BENCHMARK_ARRAYSIZE_H_
#define BENCHMARK_ARRAYSIZE_H_
#include <cstddef>
#include "internal_macros.h"
namespace benchmark {

View File

@ -1,6 +1,4 @@
#include <cstddef>
#include "benchmark/benchmark_api.h"
#define BASIC_BENCHMARK_TEST(x) \