Remove unused include in snappy_benchmark.cc.

PiperOrigin-RevId: 347861229
This commit is contained in:
Victor Costan 2020-12-16 19:26:51 +00:00
parent 4ebd8b2f23
commit d1d1f48604
1 changed files with 3 additions and 2 deletions

View File

@ -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"