fix includes for atom_pubsub

This commit is contained in:
Mathias Ertl 2014-06-29 10:18:28 +02:00
parent ba56d73077
commit 9bf84ad5f7
2 changed files with 6 additions and 4 deletions

View File

@ -7,8 +7,9 @@
-author('eric@ohmforce.com'). -author('eric@ohmforce.com').
-include("ejabberd.hrl"). -include("ejabberd.hrl").
-include("jlib.hrl"). -include("jlib.hrl").
-include("mod_pubsub/pubsub.hrl"). -include("pubsub.hrl").
-include("web/ejabberd_http.hrl"). -include("ejabberd_http.hrl").
-include("logger.hrl").
-export([process/2]). -export([process/2]).
process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)-> process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)->

View File

@ -7,8 +7,9 @@
-author('eric@ohmforce.com'). -author('eric@ohmforce.com').
-include("ejabberd.hrl"). -include("ejabberd.hrl").
-include("jlib.hrl"). -include("jlib.hrl").
-include("mod_pubsub/pubsub.hrl"). -include("pubsub.hrl").
-include("web/ejabberd_http.hrl"). -include("ejabberd_http.hrl").
-include("logger.hrl").
-export([process/2]). -export([process/2]).
process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)-> process([Domain,User|_]=LocalPath, #request{auth = Auth} = Request)->