From a753ba665b4f32303e9af5d8ef1826e0493ccb5f Mon Sep 17 00:00:00 2001 From: Arvid Ephraim Picciani Date: Mon, 30 Aug 2010 15:33:15 +0000 Subject: Fix incorrect include order Reviewed-by: Olivier Goffart --- src/corelib/plugin/qelfparser_p.cpp | 3 +-- src/corelib/plugin/qelfparser_p.h | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/corelib/plugin/qelfparser_p.cpp b/src/corelib/plugin/qelfparser_p.cpp index 571022f..97008fd 100644 --- a/src/corelib/plugin/qelfparser_p.cpp +++ b/src/corelib/plugin/qelfparser_p.cpp @@ -41,13 +41,12 @@ #include "qlibrary_p.h" #include "qelfparser_p.h" +#include QT_BEGIN_NAMESPACE // #define QELFPARSER_DEBUG 1 -#include - const char *QElfParser::parseSectionHeader(const char *data, ElfSectionHeader *sh) { sh->name = read(data); diff --git a/src/corelib/plugin/qelfparser_p.h b/src/corelib/plugin/qelfparser_p.h index 672122a..380d5a1 100644 --- a/src/corelib/plugin/qelfparser_p.h +++ b/src/corelib/plugin/qelfparser_p.h @@ -58,6 +58,9 @@ QT_BEGIN_NAMESPACE +class QString; +class QLibraryPrivate; + typedef quint16 qelfhalf_t; typedef quint32 qelfword_t; typedef quintptr qelfoff_t; -- cgit v0.12