~neon/ksirk/master

« back to all changes in this revision

Viewing changes to ksirk/iris/src/xmpp/xmpp-im/xmpp_discoinfotask.cpp

  • Committer: Laurent Montel
  • Date: 2020-10-23 04:58:22 UTC
  • Revision ID: git-v1:bcdbc1ccd8f86e9ba015e442946dbaf00b34a2ee
If include is define in .h remove it if it's defined in .cpp too (scripted)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <QDomElement>
22
22
#include <QString>
23
23
 
24
 
#include "xmpp_task.h"
25
24
#include "xmpp/jid/jid.h"
26
 
#include "xmpp_discoitem.h"
27
25
#include "xmpp_discoinfotask.h"
28
26
#include "xmpp_xmlcommon.h"
29
27