Skip to content

Commit

Permalink
Make dependency on foaf through foaf_schema.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Nov 29, 2010
1 parent 20569db commit e4cba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions applications/foaf_user_profile.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
:- use_module(user(user_db)).
:- use_module(library(error)).
:- use_module(library(option)).
:- use_module(library(foaf_schema)).
:- use_module(library(semweb/rdf_foaf)).
:- use_module(library(semweb/rdf_db)).
:- use_module(library(semweb/rdfs)).
Expand Down
3 changes: 1 addition & 2 deletions config-available/foaf_user.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
:- module(conf_foaf_user, []).
:- use_module(config_available(foaf)).
:- use_module(foaf_user(applications/foaf_user_profile)).
:- use_module(applications(foaf_user_profile)).
:- use_module(user(user_db)).
:- use_module(cliopatria(hooks)).

Expand Down

0 comments on commit e4cba43

Please sign in to comment.