mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #126: Remove <QtCore> include from main headers
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
#include "pdfnametounicode.h"
|
||||
#include "pdfexception.h"
|
||||
#include "pdfutils.h"
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
#include <ft2build.h>
|
||||
#include <freetype/freetype.h>
|
||||
@ -36,6 +35,8 @@
|
||||
#include <QPainterPath>
|
||||
#include <QDataStream>
|
||||
|
||||
#include "pdfdbgheap.h"
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include "Windows.h"
|
||||
#elif defined(Q_OS_UNIX)
|
||||
|
Reference in New Issue
Block a user