summaryrefslogtreecommitdiff
path: root/src/mod_roster_sql.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-07-26 11:29:17 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-07-26 11:29:17 +0300
commit23858469b7804739fa280aeb77fc7f41c1d0538e (patch)
tree82a51510d658425458cae5f37b51bcb5babce3ba /src/mod_roster_sql.erl
parentRemove jlib dependency from acl.erl (diff)
Get rid of "jlib.hrl" dependency in some files
Diffstat (limited to 'src/mod_roster_sql.erl')
-rw-r--r--src/mod_roster_sql.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_roster_sql.erl b/src/mod_roster_sql.erl
index 61f59a99..4d97aead 100644
--- a/src/mod_roster_sql.erl
+++ b/src/mod_roster_sql.erl
@@ -20,7 +20,6 @@
read_subscription_and_groups/3, get_only_items/2,
import/1, import/2, export/1]).
--include("jlib.hrl").
-include("mod_roster.hrl").
-include("ejabberd_sql_pt.hrl").