summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-05-23 14:53:36 -0400
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-05-23 16:03:12 -0400
commitbc86109cec30a8d8e7927bc018db8dc575a1ef98 (patch)
treeb24bc528c7cedf729ccdf68f70e9afc9aa187240
parenta438454aee7e6402a7bf589d52f166a35c688661 (diff)
downloadcouchdb-bc86109cec30a8d8e7927bc018db8dc575a1ef98.tar.gz
Remove unused include in fabric.erl
As reported by erlang LSP server
-rw-r--r--src/fabric/src/fabric.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fabric/src/fabric.erl b/src/fabric/src/fabric.erl
index 3e61920e0..6d779d584 100644
--- a/src/fabric/src/fabric.erl
+++ b/src/fabric/src/fabric.erl
@@ -69,8 +69,6 @@
db_uuids/1
]).
--include_lib("fabric/include/fabric.hrl").
-
-type dbname() :: (iodata() | tuple()).
-type docid() :: iodata().
-type revision() :: {integer(), binary()}.