diff options
Diffstat (limited to 'src/fabric_get_db_info.erl')
-rw-r--r-- | src/fabric_get_db_info.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fabric_get_db_info.erl b/src/fabric_get_db_info.erl index cccfde6a..19e72e92 100644 --- a/src/fabric_get_db_info.erl +++ b/src/fabric_get_db_info.erl @@ -3,9 +3,7 @@ -export([get_db_info/2]). --include("../../couch/src/couch_db.hrl"). --include("../../dynomite/include/membership.hrl"). - +-include("fabric.hrl"). %% @doc get database information tuple get_db_info(DbName, Customer) -> |