diff options
Diffstat (limited to 'src/chttpd_stats.erl')
-rw-r--r-- | src/chttpd_stats.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chttpd_stats.erl b/src/chttpd_stats.erl index 1e30c466..1200713a 100644 --- a/src/chttpd_stats.erl +++ b/src/chttpd_stats.erl @@ -11,8 +11,8 @@ % the License. -module(chttpd_stats). --include("chttpd.hrl"). --include("../../couch/src/couch_stats.hrl"). +-include_lib("couch/include/couch_db.hrl"). +-include_lib("couch/include/couch_stats.hrl"). -export([handle_stats_req/1]). -import(chttpd, |