diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-07-05 15:49:43 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 11:18:48 -0400 |
commit | 3cc7699cb3cae998ac95827e1239e76191f8c12f (patch) | |
tree | 1bffc821cd8406a8448ee7cc7316168f5b8ba011 /src/chttpd_show.erl | |
parent | b0568afbb3b602095934e31bbeddea88bf126f42 (diff) |
more cleanup of the includes
Diffstat (limited to 'src/chttpd_show.erl')
-rw-r--r-- | src/chttpd_show.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_show.erl b/src/chttpd_show.erl index 37143386..9d67774a 100644 --- a/src/chttpd_show.erl +++ b/src/chttpd_show.erl @@ -14,7 +14,7 @@ -export([handle_doc_show_req/3, handle_doc_update_req/3, handle_view_list_req/3]). --include("chttpd.hrl"). +-include_lib("couch/include/couch_db.hrl"). -import(chttpd, [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2, |