Fix include headers for qsslcertificate_qt.cpp
The order is:
1) own header
2) own private header, if any
3) other headers
Commit f17d7a124f
broke the order.
Change-Id: I7225024691db91fd936a057accdad65bacb3f979
Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
a8714548d1
commit
7f34bee849
@ -39,10 +39,10 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
#include "qssl_p.h"
|
||||
#include "qsslcertificate.h"
|
||||
#include "qsslcertificate_p.h"
|
||||
|
||||
#include "qssl_p.h"
|
||||
#include "qsslkey.h"
|
||||
#include "qsslkey_p.h"
|
||||
#include "qsslcertificateextension.h"
|
||||
|
Loading…
Reference in New Issue
Block a user