diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 17:37:38 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 17:37:38 +0200 |
| commit | 51eef84fd4104f19228ebd85fce89658b64464a2 (patch) | |
| tree | 31db52023ae0a063714140897bcbbfb6010ba04a /tests | |
| parent | db4fe78387247ff039602030d964e4c0d6e39f46 (diff) | |
| download | qxmpp-51eef84fd4104f19228ebd85fce89658b64464a2.tar.gz | |
make SASL code fully private
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sasl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sasl.cpp b/tests/sasl.cpp index 0c57336b..8ea635b3 100644 --- a/tests/sasl.cpp +++ b/tests/sasl.cpp @@ -21,8 +21,7 @@ * */ -#include "QXmppSaslAuth.h" -#include "QXmppSaslAuth_p.h" +#include "QXmppSasl_p.h" #include "sasl.h" #include "tests.h" |
