qt: Remove superfluous include
* lang/qt/src/importjob.h: Remove include of QByteArray. -- QByteArray is included by other headers already. Besides: Qt headers shouldn't be included with the package/module prefixes.
This commit is contained in:
parent
9c03bde06b
commit
ec71eb1d7d
@ -38,8 +38,6 @@
|
|||||||
#include "abstractimportjob.h"
|
#include "abstractimportjob.h"
|
||||||
#include "qgpgme_export.h"
|
#include "qgpgme_export.h"
|
||||||
|
|
||||||
#include <QtCore/QByteArray>
|
|
||||||
|
|
||||||
#ifdef BUILDING_QGPGME
|
#ifdef BUILDING_QGPGME
|
||||||
# include <key.h>
|
# include <key.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user