You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/02/14 15:14:42 UTC

[couchdb] 01/05: mango: Remove unused imports

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 <ga...@ibm.com>
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) ->