diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/jlib.hrl | 4 | ||||
-rw-r--r-- | include/xmpp.hrl | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/jlib.hrl b/include/jlib.hrl index 50a031334..5a3c1634e 100644 --- a/include/jlib.hrl +++ b/include/jlib.hrl @@ -19,11 +19,7 @@ %%%---------------------------------------------------------------------- -include("ns.hrl"). --ifdef(NO_EXT_LIB). -include("fxml.hrl"). --else. --include_lib("fast_xml/include/fxml.hrl"). --endif. -define(STANZA_ERROR(Code, Type, Condition), #xmlel{name = <<"error">>, diff --git a/include/xmpp.hrl b/include/xmpp.hrl index e1bdaeed0..f8a61590f 100644 --- a/include/xmpp.hrl +++ b/include/xmpp.hrl @@ -9,11 +9,7 @@ -include("ns.hrl"). -include("jid.hrl"). -include("xmpp_codec.hrl"). --ifdef(NO_EXT_LIB). -include("fxml.hrl"). --else. --include_lib("fast_xml/include/fxml.hrl"). --endif. -type iq_type() :: get | set | result | error. -type message_type() :: chat | error | groupchat | headline | normal. |