summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2020-12-16 19:26:51 +0000
committerVictor Costan <costan@google.com>2020-12-16 19:28:12 +0000
commitd1d1f48604b72ff1c56b984065a80fd3d252cfc4 (patch)
tree066501786c63c9c3dc6073b49d6a7a5c1cefc762
parent4ebd8b2f23dd4ab67ca695256a128cd796d39ce6 (diff)
downloadsnappy-git-d1d1f48604b72ff1c56b984065a80fd3d252cfc4.tar.gz
Remove unused include in snappy_benchmark.cc.
PiperOrigin-RevId: 347861229
-rw-r--r--snappy_benchmark.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/snappy_benchmark.cc b/snappy_benchmark.cc
index df7f4e3..9a54f9c 100644
--- a/snappy_benchmark.cc
+++ b/snappy_benchmark.cc
@@ -31,11 +31,12 @@
#include <string>
#include <vector>
+#include "snappy-test.h"
+
#include "benchmark/benchmark.h"
-#include "gtest/gtest.h"
+
#include "snappy-internal.h"
#include "snappy-sinksource.h"
-#include "snappy-test.h"
#include "snappy.h"
#include "snappy_test_data.h"