printsupport: Include own headers first

cpp files should include their own headers first (but below config.h)

Change-Id: I32a2c76a39d03f543c3eb8393b5e3015276f0622
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Reviewed-by: Sergey Hambardzumyan <sergey.hambardzumyan@digia.com>
This commit is contained in:
Sergio Ahumada 2012-09-19 00:39:16 +02:00 committed by The Qt Project
parent 57efe2f626
commit c0bfb3d9b7
2 changed files with 4 additions and 2 deletions

View File

@ -38,9 +38,11 @@
** $QT_END_LICENSE$
**
****************************************************************************/
#include <qdebug.h>
#include "qcups_p.h"
#include <qdebug.h>
#ifndef QT_NO_CUPS
#ifndef QT_LINUXBASE // LSB merges everything into cups.h

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#include "qprinter_p.h"
#include "qprinter.h"
#include "qprinter_p.h"
#ifndef QT_NO_PRINTER