skos/commit

ENHANCED: Remove unneeded dependency

authorJan Wielemaker
Fri Mar 25 13:25:17 2011 +0100
committerJan Wielemaker
Fri Mar 25 13:25:17 2011 +0100
commit0ed03c18b5b25329701c86061bfa3abf83ff2f44
tree612dcfbf224d5f1eee86fb348e942ddab680f8ce
parent636ac90fee108c865a5d254799e3a1503a04aa08
Diff style: patch stat
diff --git a/components/skos/graph.pl b/components/skos/graph.pl
index 6da2358..fbe63cd 100644
--- a/components/skos/graph.pl
+++ b/components/skos/graph.pl
@@ -7,7 +7,6 @@
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdfs)).
 :- use_module(library(semweb/rdf_abstract)).
-:- use_module(library(http/page_info)).
 :- use_module(library(http/html_write)).
 :- use_module(library(lists)).
 :- use_module(components(label)).