summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep.erl
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-03-31 17:31:20 +0000
committerJan Lehnardt <jan@apache.org>2009-03-31 17:31:20 +0000
commitfbbfbeb3fc62d1293b77890d376079b5e69b7707 (patch)
tree70dd63c758ca4b304ad3f2265ac0219b74c94876 /src/couchdb/couch_rep.erl
parent9af910e1782e5fa3e757e81b76329cd2eb6dcc83 (diff)
unify including of couch_db.hrl
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@760533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_rep.erl')
-rw-r--r--src/couchdb/couch_rep.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep.erl b/src/couchdb/couch_rep.erl
index 5a27636f..afb947e7 100644
--- a/src/couchdb/couch_rep.erl
+++ b/src/couchdb/couch_rep.erl
@@ -17,7 +17,7 @@
-export([replicate/2]).
--include_lib("couch_db.hrl").
+-include("couch_db.hrl").
%% @spec replicate(Source::binary(), Target::binary()) ->
%% {ok, Stats} | {error, Reason}