diff options
Diffstat (limited to 'src/mod_http_api.erl')
-rw-r--r-- | src/mod_http_api.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_http_api.erl b/src/mod_http_api.erl index e8ca866a1..e451b82c8 100644 --- a/src/mod_http_api.erl +++ b/src/mod_http_api.erl @@ -77,7 +77,6 @@ -export([start/2, stop/1, reload/3, process/2, mod_opt_type/1, depends/2, mod_options/1]). --include("ejabberd.hrl"). -include("xmpp.hrl"). -include("logger.hrl"). -include("ejabberd_http.hrl"). |