summaryrefslogtreecommitdiffstats
path: root/src/qdoc/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/node.cpp')
-rw-r--r--src/qdoc/node.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/qdoc/node.cpp b/src/qdoc/node.cpp
index 0728ae9e6..c9c3390e8 100644
--- a/src/qdoc/node.cpp
+++ b/src/qdoc/node.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the tools applications of the Qt Toolkit.
@@ -27,15 +27,17 @@
****************************************************************************/
#include "node.h"
-#include "tree.h"
+
#include "codemarker.h"
#include "cppcodeparser.h"
-#include <quuid.h>
-#include "qdocdatabase.h"
-#include <qdebug.h>
#include "generator.h"
-#include "tokenizer.h"
#include "puredocparser.h"
+#include "qdocdatabase.h"
+#include "tokenizer.h"
+#include "tree.h"
+
+#include <QtCore/qdebug.h>
+#include <QtCore/quuid.h>
#include <algorithm>