From d1d1f48604b72ff1c56b984065a80fd3d252cfc4 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Wed, 16 Dec 2020 19:26:51 +0000 Subject: [PATCH] Remove unused include in snappy_benchmark.cc. PiperOrigin-RevId: 347861229 --- snappy_benchmark.cc | 5 +++-- 1 file 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 #include +#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"