diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-05-28 15:45:57 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-05-28 15:45:57 -0400 |
commit | 282cf6325145663f450850350471c927465abd70 (patch) | |
tree | 2dd58b6a365a96fd7c46fb9a7670aa71711cc594 /src/fabric_rpc.erl | |
parent | f0161d3167265b6b4e1aaf5755799417c451b415 (diff) |
normalizing includes
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 |