From fbbfbeb3fc62d1293b77890d376079b5e69b7707 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 31 Mar 2009 17:31:20 +0000 Subject: unify including of couch_db.hrl git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@760533 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_rep_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_rep_sup.erl') 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, []). -- cgit v1.2.3