From 4a17b47bb5a2cc09f95acb53ec565bccd171ee4e Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Fri, 9 Dec 2016 11:34:32 -0800 Subject: [PATCH] Remove unnecessary header include Summary: Remove "util/testharness.h" from list of includes for "db/db_filesnapshot.cc", as it wasn't being used and thus caused an extraneous dependency on gtest. Closes https://github.com/facebook/rocksdb/pull/1634 Differential Revision: D4302146 Pulled By: yiwu-arbug fbshipit-source-id: e900c0b --- db/db_filesnapshot.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/db/db_filesnapshot.cc b/db/db_filesnapshot.cc index 65e8fffb7..dc855dd5f 100644 --- a/db/db_filesnapshot.cc +++ b/db/db_filesnapshot.cc @@ -27,7 +27,6 @@ #include "util/file_util.h" #include "util/mutexlock.h" #include "util/sync_point.h" -#include "util/testharness.h" namespace rocksdb {