aboutsummaryrefslogtreecommitdiff
path: root/test/diagnostics_test.cc
diff options
context:
space:
mode:
authorEric <eric@efcs.ca>2017-07-04 16:31:47 -0600
committerGitHub <noreply@github.com>2017-07-04 16:31:47 -0600
commit9d4b719daeda35acf3a3d81b9ac1f38fc13333d1 (patch)
treef3d0d486ffeb51b211b4248a69bda8a136bc5c44 /test/diagnostics_test.cc
parent710c2b89d8c6e839e51ac148b4e840ce2c009dbb (diff)
downloadgoogle-benchmark-9d4b719daeda35acf3a3d81b9ac1f38fc13333d1.tar.gz
Make Benchmark a single header library (but not header-only) (#407)
* Make Benchmark a single header library (but not header-only) This patch refactors benchmark into a single header, to allow for slightly easier usage. The initial reason for the header split was to keep C++ library components from being included by benchmark_api.h, making that part of the library STL agnostic. However this has since changed and there seems to be little reason to separate the reporters from the rest of the library. * Fix internal_macros.h * Remove more references to macros.h
Diffstat (limited to 'test/diagnostics_test.cc')
-rw-r--r--test/diagnostics_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostics_test.cc b/test/diagnostics_test.cc
index 1046730..7aac806 100644
--- a/test/diagnostics_test.cc
+++ b/test/diagnostics_test.cc
@@ -11,7 +11,7 @@
#include <stdexcept>
#include "../src/check.h"
-#include "benchmark/benchmark_api.h"
+#include "benchmark/benchmark.h"
#if defined(__GNUC__) && !defined(__EXCEPTIONS)
#define TEST_HAS_NO_EXCEPTIONS