From 2d20f1847cecc357f685f39d9c91c83e0c4ad926 Mon Sep 17 00:00:00 2001 From: Sonny Scroggin Date: Wed, 15 Jan 2014 12:20:08 -0600 Subject: [PATCH] Update include paths for mod_muc_admin --- mod_muc_admin/src/mod_muc_admin.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod_muc_admin/src/mod_muc_admin.erl b/mod_muc_admin/src/mod_muc_admin.erl index 07af7cf..de06595 100644 --- a/mod_muc_admin/src/mod_muc_admin.erl +++ b/mod_muc_admin/src/mod_muc_admin.erl @@ -30,9 +30,9 @@ -include("ejabberd.hrl"). -include("jlib.hrl"). --include("mod_muc/mod_muc_room.hrl"). --include("web/ejabberd_http.hrl"). --include("web/ejabberd_web_admin.hrl"). +-include("mod_muc_room.hrl"). +-include("ejabberd_http.hrl"). +-include("ejabberd_web_admin.hrl"). -include("ejabberd_commands.hrl"). %% Copied from mod_muc/mod_muc.erl