forked from qt-creator/qt-creator
Replace include guards with #pragma once
Change-Id: Icce9d191cc6cae89baf973e949dc0757d318d6ea Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
3841d2fce2
commit
dc43b89172
5
src/libs/3rdparty/cplusplus/SafeMatcher.h
vendored
5
src/libs/3rdparty/cplusplus/SafeMatcher.h
vendored
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CPLUSPLUS_SAFETYPEMATCHER_H
|
||||
#define CPLUSPLUS_SAFETYPEMATCHER_H
|
||||
#pragma once
|
||||
|
||||
#include "Matcher.h"
|
||||
|
||||
@@ -56,5 +55,3 @@ private:
|
||||
};
|
||||
|
||||
} // CPlusPlus namespace
|
||||
|
||||
#endif // CPLUSPLUS_SAFETYPEMATCHER_H
|
||||
|
||||
Reference in New Issue
Block a user