This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 58e5825c64b0713596651fbd6a64c2349338f9ef Author: Gabor Pali <[email protected]> AuthorDate: Mon Feb 13 22:48:05 2023 +0100 mango: Remove unused imports --- src/mango/src/mango_cursor_special.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mango/src/mango_cursor_special.erl b/src/mango/src/mango_cursor_special.erl index f20edebd1..59eb2baad 100644 --- a/src/mango/src/mango_cursor_special.erl +++ b/src/mango/src/mango_cursor_special.erl @@ -22,8 +22,6 @@ handle_message/2 ]). --include_lib("couch/include/couch_db.hrl"). --include_lib("couch_mrview/include/couch_mrview.hrl"). -include("mango_cursor.hrl"). create(Db, Indexes, Selector, Opts) ->
