QAtomicScopedValueRollback: IWYU instead of including qglobal.h

Change-Id: Ie2cde2a72169204cbc5cc8b981d9dfd1210abbe0
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
(cherry picked from commit 9f66c9396f2dfd96e8b73ae34c75f168254d7bd6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ahmad Samir 2024-02-12 12:53:01 +02:00 committed by Qt Cherry-pick Bot
parent 901b61bb6a
commit 1edd218b55

View File

@ -4,8 +4,11 @@
#ifndef QATOMICSCOPEDVALUEROLLBACK_H
#define QATOMICSCOPEDVALUEROLLBACK_H
#include <QtCore/qglobal.h>
#include <QtCore/qassert.h>
#include <QtCore/qatomic.h>
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtclasshelpermacros.h>
#include <QtCore/qtconfigmacros.h>
#include <atomic>