summaryrefslogtreecommitdiff
path: root/src/chttpd_auth.erl
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-07-05 15:49:43 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:48 -0400
commit3cc7699cb3cae998ac95827e1239e76191f8c12f (patch)
tree1bffc821cd8406a8448ee7cc7316168f5b8ba011 /src/chttpd_auth.erl
parentb0568afbb3b602095934e31bbeddea88bf126f42 (diff)
more cleanup of the includes
Diffstat (limited to 'src/chttpd_auth.erl')
-rw-r--r--src/chttpd_auth.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_auth.erl b/src/chttpd_auth.erl
index 33b6d176..b15bc933 100644
--- a/src/chttpd_auth.erl
+++ b/src/chttpd_auth.erl
@@ -11,7 +11,7 @@
% the License.
-module(chttpd_auth).
--include("chttpd.hrl").
+-include_lib("couch/include/couch_db.hrl").
-export([special_test_authentication_handler/1, null_authentication_handler/1,
cookie_authentication_handler/1, default_authentication_handler/1,