aboutsummaryrefslogtreecommitdiff
path: root/test/suite.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.hrl')
-rw-r--r--test/suite.hrl5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index b3bab6c12..d8ea3e23b 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -1,8 +1,9 @@
-include_lib("common_test/include/ct.hrl").
-include_lib("fast_xml/include/fxml.hrl").
--include("ns.hrl").
+-include_lib("xmpp/include/jid.hrl").
+-include_lib("xmpp/include/ns.hrl").
+-include_lib("xmpp/include/xmpp_codec.hrl").
-include("mod_proxy65.hrl").
--include("xmpp_codec.hrl").
-define(STREAM_TRAILER, <<"</stream:stream>">>).