forked from qt-creator/qt-creator
Replace include guards with #pragma once
Change-Id: Ic36cf0e9cac61d4d9a7e4434192944f5301b8aaa Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
ece8b17ab2
commit
b57372f2b5
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QBSBUILDINFO_H
|
||||
#define QBSBUILDINFO_H
|
||||
#pragma once
|
||||
|
||||
#include <projectexplorer/buildinfo.h>
|
||||
|
||||
@@ -47,5 +46,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QbsProjectManager
|
||||
|
||||
#endif // QBSBUILDINFO_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QBSPMLOGGING_P_H
|
||||
#define QBSPMLOGGING_P_H
|
||||
#pragma once
|
||||
|
||||
#include <QLoggingCategory>
|
||||
|
||||
@@ -33,5 +32,3 @@ namespace Internal {
|
||||
Q_DECLARE_LOGGING_CATEGORY(qbsPmLog)
|
||||
}
|
||||
}
|
||||
|
||||
#endif // Include guard
|
||||
|
||||
Reference in New Issue
Block a user