You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move KVStoreConfig from kvstore.{h,cc} to kvstore_config.{h,cc}
A number of files which currently #include kvstore.h only actually
need the declarion of KVStoreConfig.
Given that kvstore.h is relatively large, move KVStoreConfig to it's
own header / source file to reduce the amount of headers other files
need to include to use it.
Change-Id: I836ac199fd8d8ae8af83193ea69f3a8cf8fccb5f
Reviewed-on: http://review.couchbase.org/82682
Reviewed-by: Oliver Downard <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments