diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2009-09-09 21:41:25 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2009-09-09 21:41:25 +0000 |
commit | c841505a070622f212d416bd06b02bc0fb31ef6d (patch) | |
tree | 3880bf782f178ab582226f3eef76831a54ff180b | |
parent | fix delete item to allow owner being able to remove all publisher items, and ... (diff) |
remove useless include
SVN Revision: 2590
Diffstat (limited to '')
-rw-r--r-- | src/mod_pubsub/pubsub_subscription.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_pubsub/pubsub_subscription.erl b/src/mod_pubsub/pubsub_subscription.erl index 535b3742..15efd9f8 100644 --- a/src/mod_pubsub/pubsub_subscription.erl +++ b/src/mod_pubsub/pubsub_subscription.erl @@ -38,8 +38,6 @@ read_subscription/3, write_subscription/4]). --include_lib("stdlib/include/qlc.hrl"). - -include("pubsub.hrl"). -include("jlib.hrl"). |