This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 09737dfd6bf7012975a0c055b883b99ea40fcf97 Author: Jay Doane <[email protected]> AuthorDate: Sat Jun 18 08:18:38 2022 -0700 Delete unused include_lib --- src/couch/src/couch_app.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/couch/src/couch_app.erl b/src/couch/src/couch_app.erl index 8acc71d51..8cd8c8482 100644 --- a/src/couch/src/couch_app.erl +++ b/src/couch/src/couch_app.erl @@ -14,8 +14,6 @@ -behaviour(application). --include_lib("couch/include/couch_db.hrl"). - -export([ start/2, stop/1,
