From: Eshel Yaron <me@eshelyaron.com>
Date: Sat, 15 Oct 2022 06:22:04 +0000 (+0300)
Subject: Remove unused dependencies library(help) and library(prolog_server)
X-Git-Tag: V8.5.18-sweep-0.6.2~5
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1798f9cf2eb8cc39405e03d1f73c2b2fc87f4b28;p=sweep.git

Remove unused dependencies library(help) and library(prolog_server)
---

diff --git a/sweep.pl b/sweep.pl
index fd2dc02..c697323 100644
--- a/sweep.pl
+++ b/sweep.pl
@@ -74,8 +74,6 @@
 :- use_module(library(pldoc/man_index)).
 :- use_module(library(lynx/html_text)).
 :- use_module(library(prolog_pack)).
-:- use_module(library(help)).
-:- use_module(library(prolog_server)).
 
 :- meta_predicate with_buffer_stream(-, +, 0).