Make include guard match its filename

Change-Id: I57af3c237bddffc424cab734faa30deacaa9bcdb
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit dd81b421270a390aff6e686677575ed6d017cd9d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Matthias Rauter 2025-06-10 16:38:07 +02:00 committed by Qt Cherry-pick Bot
parent 3e0bcaeea2
commit 5f8ca97f51

View File

@ -1,8 +1,8 @@
// Copyright (C) 2022 Intel Corporation.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QNATIVEIPCKEY_H
#define QNATIVEIPCKEY_H
#ifndef QTIPCCOMMON_H
#define QTIPCCOMMON_H
#include <QtCore/qglobal.h>
#include <QtCore/qtcore-config.h>
@ -207,4 +207,4 @@ QT_END_NAMESPACE
#endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore)
#endif // QNATIVEIPCKEY_H
#endif // QTIPCCOMMON_H