cpack_repository/commit

Cleanup dependencies

authorJan Wielemaker
Sun Nov 14 21:54:41 2010 +0100
committerJan Wielemaker
Sun Nov 14 21:54:41 2010 +0100
commitbe9913aa04054ae347d8e7e83278ae0bda72bb08
tree151c1d5fc3fb6b47c12c914dab29656179e05b40
parent899a5eff689d8b670d6384b6929da303dca627e3
Diff style: patch stat
diff --git a/components/cpack/graphs.pl b/components/cpack/graphs.pl
index 5252361..e9512c0 100644
--- a/components/cpack/graphs.pl
+++ b/components/cpack/graphs.pl
@@ -31,14 +31,14 @@
 :- module(c_cpack_graphs,
 	  [ cpack_dependency_graph//2	% +URI, +Options
 	  ]).
-:- include(bundle(html_page)).
+:- use_module(library(http/html_write)).
 :- use_module(library(lists)).
 :- use_module(library(count)).
 :- use_module(components(graphviz)).
+:- use_module(components(label)).		% resource_link/2
 :- use_module(library(cpack/dependency)).
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdf_abstract)).
-:- use_module(components(label)).
 
 
 %%	cpack_dependency_graph(+URI, +Options)// is det.