diff --git a/include/benchmark/benchmark.h b/include/benchmark/benchmark.h index 50f27f0d..aa80bbc8 100644 --- a/include/benchmark/benchmark.h +++ b/include/benchmark/benchmark.h @@ -136,14 +136,12 @@ BENCHMARK(BM_MultiThreaded)->Threads(4); #define BENCHMARK_BENCHMARK_H_ #include +#include #include -#include -#include #include -#include +#include #include -#include #include "macros.h"