aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-18 12:25:01 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-18 12:25:01 +0100
commit45e77ea4830a753b4defcc12545d60d56e849819 (patch)
tree44f39008d9aff34ba91cf085147bf3b3d07917b4 /include
parentGet rid of substitute_forwarded (diff)
Remove useless NO_EXT_LIB flag
Diffstat (limited to 'include')
-rw-r--r--include/jlib.hrl4
-rw-r--r--include/xmpp.hrl4
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.