Skip to content

Commit

Permalink
IWYU in couch-kvstore.h
Browse files Browse the repository at this point in the history
Include std::queue and std::deque, move include of platform/strerror.h
to .cc.

Change-Id: I127996783f81dde2604de429f85051bb313e9850
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/170337
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>
  • Loading branch information
jameseh96 authored and trondn committed Feb 10, 2022
1 parent 95567d9 commit e04d830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions engines/ep/src/kvstore/couch-kvstore/couch-kvstore.cc
Expand Up @@ -38,6 +38,7 @@
#include <phosphor/phosphor.h>
#include <platform/compress.h>
#include <platform/dirutils.h>
#include <platform/strerror.h>

#include <spdlog/common.h>
#include <charconv>
Expand Down
3 changes: 2 additions & 1 deletion engines/ep/src/kvstore/couch-kvstore/couch-kvstore.h
Expand Up @@ -23,12 +23,13 @@
#include <folly/Synchronized.h>
#include <libcouchstore/couch_db.h>
#include <platform/monotonic.h>
#include <platform/strerror.h>
#include <relaxed_atomic.h>
#include <spdlog/common.h>

#include <deque>
#include <map>
#include <memory>
#include <queue>
#include <string>
#include <vector>

Expand Down

0 comments on commit e04d830

Please sign in to comment.