summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-02-10 15:16:05 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-03-08 16:04:25 +0000
commit01ce74094db444767fd12501993ac48ecb079341 (patch)
tree4838757289fc656aa6bb79ea7ca4cf3ca8777a45
parent9b1214a2c1efd02fbd2619118f4a775b16806e68 (diff)
Make sure all private headers include at least one other
See script in qtbase/util/includeprivate for the rules. Since these files are being touched anyway, I also ran the updatecopyright.pl script too. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--src/imports/qtcanvas3d/canvas3dcommon_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/imports/qtcanvas3d/canvas3dcommon_p.h b/src/imports/qtcanvas3d/canvas3dcommon_p.h
index 8afeed8..58db2b1 100644
--- a/src/imports/qtcanvas3d/canvas3dcommon_p.h
+++ b/src/imports/qtcanvas3d/canvas3dcommon_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCanvas3D module of the Qt Toolkit.
@@ -36,7 +36,6 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-
//
// W A R N I N G
// -------------
@@ -47,6 +46,8 @@
//
// We mean it.
+#include <private/qglobal_p.h>
+
#ifndef CANVAS3DCOMMON_P_H
#define CANVAS3DCOMMON_P_H