From 19464f7dab7d3029b89069ea8add6d54eaf08c9b Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 12 Mar 2015 18:56:07 -0400 Subject: [PATCH] Fix includes in benchmark.h --- include/benchmark/benchmark.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"