diff options
author | Badlop <badlop@process-one.net> | 2008-07-16 16:58:42 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-07-16 16:58:42 +0000 |
commit | 970e9e0843e4da51bb7bfb42b89c11d491883e5c (patch) | |
tree | a37c3a7cb9a417a504860aa492e50c14d38145b5 /src/mod_shared_roster.erl | |
parent | Rolled back the previous IP getting patch, and Report connection's IP address... (diff) |
* src/*.hrl: Get back all ejabberd header files to their original
placement in src/ subdirectories (EJAB-696)
* src/*/*.erl: Likewise
* src/*/Makefile.in: Likewise
* src/Makefile.in: Install header files in system include/ dir,
reproducing the subdirectory structure of src/
SVN Revision: 1453
Diffstat (limited to 'src/mod_shared_roster.erl')
-rw-r--r-- | src/mod_shared_roster.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_shared_roster.erl b/src/mod_shared_roster.erl index f363bd22e..ff378010d 100644 --- a/src/mod_shared_roster.erl +++ b/src/mod_shared_roster.erl @@ -52,8 +52,8 @@ -include("ejabberd.hrl"). -include("jlib.hrl"). -include("mod_roster.hrl"). --include("ejabberd_http.hrl"). --include("ejabberd_web_admin.hrl"). +-include("web/ejabberd_http.hrl"). +-include("web/ejabberd_web_admin.hrl"). -record(sr_group, {group_host, opts}). -record(sr_user, {us, group_host}). |