fix includes for atom_pubsub
This commit is contained in:
parent
ba56d73077
commit
9bf84ad5f7
|
@ -7,8 +7,9 @@
|
|||
-author('eric@ohmforce.com').
|
||||
-include("ejabberd.hrl").
|
||||
-include("jlib.hrl").
|
||||
-include("mod_pubsub/pubsub.hrl").
|
||||
-include("web/ejabberd_http.hrl").
|
||||
-include("pubsub.hrl").
|
||||
-include("ejabberd_http.hrl").
|
||||
-include("logger.hrl").
|
||||
-export([process/2]).
|
||||
|
||||
process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)->
|
||||
|
|
|
@ -7,8 +7,9 @@
|
|||
-author('eric@ohmforce.com').
|
||||
-include("ejabberd.hrl").
|
||||
-include("jlib.hrl").
|
||||
-include("mod_pubsub/pubsub.hrl").
|
||||
-include("web/ejabberd_http.hrl").
|
||||
-include("pubsub.hrl").
|
||||
-include("ejabberd_http.hrl").
|
||||
-include("logger.hrl").
|
||||
-export([process/2]).
|
||||
|
||||
process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)->
|
||||
|
|
Loading…
Reference in New Issue