summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qelfparser_p.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qelfparser_p.cpp')
-rw-r--r--src/corelib/plugin/qelfparser_p.cpp3
1 files changed, 1 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 <qdebug.h>
QT_BEGIN_NAMESPACE
// #define QELFPARSER_DEBUG 1
-#include <qdebug.h>
-
const char *QElfParser::parseSectionHeader(const char *data, ElfSectionHeader *sh)
{
sh->name = read<qelfword_t>(data);