summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_rep_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_rep_sup.erl')
-rw-r--r--src/couchdb/couch_rep_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_rep_sup.erl b/src/couchdb/couch_rep_sup.erl
index 65aae84d..66e9f407 100644
--- a/src/couchdb/couch_rep_sup.erl
+++ b/src/couchdb/couch_rep_sup.erl
@@ -14,7 +14,7 @@
-behaviour(supervisor).
-export([init/1, start_link/0]).
--include_lib("couch_db.hrl").
+-include("couch_db.hrl").
start_link() ->
supervisor:start_link({local,?MODULE}, ?MODULE, []).