aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-02-11 11:34:21 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-03-08 08:04:51 -0800
commit29c54684f8edfea0c217314e9a015bd2294b4fa2 (patch)
tree35ff5041bce2d9a8e5f6d7f5038f1af88f31ee5b /src
parentefa81a9b94722320b9caac3ce5f63244f8fae3fd (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>
Diffstat (limited to 'src')
-rw-r--r--src/coap/qcoapnamespace_p.h1
-rw-r--r--src/coap/qcoapresource_p.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/coap/qcoapnamespace_p.h b/src/coap/qcoapnamespace_p.h
index 0417a04..7146d0c 100644
--- a/src/coap/qcoapnamespace_p.h
+++ b/src/coap/qcoapnamespace_p.h
@@ -31,6 +31,7 @@
#define QCOAPNAMESPACE_P_H
#include "qcoapnamespace.h"
+#include "private/qglobal_p.h"
//
// W A R N I N G
diff --git a/src/coap/qcoapresource_p.h b/src/coap/qcoapresource_p.h
index a62f91c..0db5610 100644
--- a/src/coap/qcoapresource_p.h
+++ b/src/coap/qcoapresource_p.h
@@ -34,6 +34,7 @@
#include <QtCoap/qcoapresource.h>
#include <QtCore/qshareddata.h>
#include <QtNetwork/qhostaddress.h>
+#include <QtCore/private/qglobal_p.h>
//
// W A R N I N G