summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfontengineglyphcache_p.h
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-01-20 19:21:30 +0200
committerAhmad Samir <a.samirh78@gmail.com>2023-01-31 20:15:58 +0200
commit6ff4c3d787ecc2e6d2740f22d0406b34346faede (patch)
tree8bbc9ddf4e751abdd212b8413d6da066ae55de92 /src/gui/text/qfontengineglyphcache_p.h
parentfe90f8aa45e792c386b1cba7121e58e3402a9a5d (diff)
Remove redundant qsharedpointer.h #includes
In some cases added #include <QtCore/qshareddata.h>. Change-Id: Idc84c4ad6b0bd58e1a67af335dfcff67fdf80b2a Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/gui/text/qfontengineglyphcache_p.h')
-rw-r--r--src/gui/text/qfontengineglyphcache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengineglyphcache_p.h b/src/gui/text/qfontengineglyphcache_p.h
index b829b79788..9054ea5950 100644
--- a/src/gui/text/qfontengineglyphcache_p.h
+++ b/src/gui/text/qfontengineglyphcache_p.h
@@ -15,7 +15,7 @@
// We mean it.
//
-
+#include <QtCore/qshareddata.h>
#include <QtGui/private/qtguiglobal_p.h>
#include "QtCore/qatomic.h"
#include <QtCore/qvarlengtharray.h>