Skip to content

Commit

Permalink
Delete unused include_lib attributes
Browse files Browse the repository at this point in the history
Thanks, LSP!
  • Loading branch information
jaydoane committed Jan 12, 2023
1 parent b3b57e4 commit 01c161b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/fabric/src/fabric_util.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

-compile({inline, [{doc_id_and_rev, 1}]}).

-include_lib("fabric/include/fabric.hrl").
-include_lib("mem3/include/mem3.hrl").
-include_lib("couch/include/couch_db.hrl").
-include_lib("couch_mrview/include/couch_mrview.hrl").
Expand Down
3 changes: 0 additions & 3 deletions src/rexi/src/rexi_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@

-export([start_link/1, init_p/2, init_p/3]).

% for the stacktrace macro only so far
-include_lib("couch/include/couch_db.hrl").

-include_lib("rexi/include/rexi.hrl").

-record(job, {
Expand Down

0 comments on commit 01c161b

Please sign in to comment.