diff options
Diffstat (limited to 'src/fabric_rpc.erl')
-rw-r--r-- | src/fabric_rpc.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl index fa67b13f..2d1f6572 100644 --- a/src/fabric_rpc.erl +++ b/src/fabric_rpc.erl @@ -4,7 +4,6 @@ -export([open_doc/3, open_revs/4, get_missing_revs/2, update_docs/3]). -include("fabric.hrl"). --include_lib("eunit/include/eunit.hrl"). %% rpc endpoints %% call to with_db will supply your M:F with a #db{} and then remaining args |