forked from qt-creator/qt-creator
C++: Use #pragma once in cplusplus-update-frontend
Change-Id: Ie4821a04706ee55b4ec17cf73356c15c333b3324 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
bde0f1b0ff
commit
c9345084c7
@@ -26,8 +26,7 @@
|
||||
// Changes will be lost.
|
||||
//
|
||||
|
||||
#ifndef CPLUSPLUS_AST_PATTERN_BUILDER_H
|
||||
#define CPLUSPLUS_AST_PATTERN_BUILDER_H
|
||||
#pragma once
|
||||
|
||||
#include "CPlusPlusForwardDeclarations.h"
|
||||
#include "AST.h"
|
||||
@@ -1385,5 +1384,3 @@ public:
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_AST_PATTERN_BUILDER_H
|
||||
|
||||
Reference in New Issue
Block a user