Skip to content

Commit

Permalink
Remove a few unnecessary includes
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#6046

Test Plan: make check, manual inspection

Differential Revision: D18573044

Pulled By: pdillinger

fbshipit-source-id: 7a5999fc08d798ce3157b56d4b36d24027409fc3
  • Loading branch information
pdillinger authored and facebook-github-bot committed Nov 19, 2019
1 parent 279c488 commit ac498cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions table/plain/plain_table_index.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "monitoring/histogram.h"
#include "options/cf_options.h"
#include "rocksdb/options.h"
#include "util/hash.h"
#include "util/murmurhash.h"

namespace rocksdb {

Expand Down
1 change: 0 additions & 1 deletion table/plain/plain_table_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "util/coding.h"
#include "util/dynamic_bloom.h"
#include "util/hash.h"
#include "util/murmurhash.h"
#include "util/stop_watch.h"
#include "util/string_util.h"

Expand Down

0 comments on commit ac498cd

Please sign in to comment.