diff options
Diffstat (limited to 'src/libs/cplusplus')
34 files changed, 34 insertions, 137 deletions
diff --git a/src/libs/cplusplus/ASTParent.h b/src/libs/cplusplus/ASTParent.h index b208476818..8369265bc2 100644 --- a/src/libs/cplusplus/ASTParent.h +++ b/src/libs/cplusplus/ASTParent.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_ASTPARENT_H -#define CPLUSPLUS_ASTPARENT_H +#pragma once #include <cplusplus/ASTVisitor.h> @@ -56,5 +55,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_ASTPARENT_H diff --git a/src/libs/cplusplus/ASTPath.h b/src/libs/cplusplus/ASTPath.h index 8a34acbe58..e7dfab7fad 100644 --- a/src/libs/cplusplus/ASTPath.h +++ b/src/libs/cplusplus/ASTPath.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_ASTPATH_H -#define CPLUSPLUS_ASTPATH_H +#pragma once #include <cplusplus/ASTfwd.h> #include <cplusplus/ASTVisitor.h> @@ -71,5 +70,3 @@ private: }; } // namespace CppTools - -#endif // CPLUSPLUS_ASTPATH_H diff --git a/src/libs/cplusplus/AlreadyConsideredClassContainer.h b/src/libs/cplusplus/AlreadyConsideredClassContainer.h index 01c5588c17..fd35291c2a 100644 --- a/src/libs/cplusplus/AlreadyConsideredClassContainer.h +++ b/src/libs/cplusplus/AlreadyConsideredClassContainer.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_ALREADYCONSIDEREDCLASSCONTAINER_H -#define CPLUSPLUS_ALREADYCONSIDEREDCLASSCONTAINER_H +#pragma once #include <cplusplus/SafeMatcher.h> @@ -69,5 +68,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_ALREADYCONSIDEREDCLASSCONTAINER_H diff --git a/src/libs/cplusplus/BackwardsScanner.h b/src/libs/cplusplus/BackwardsScanner.h index 039993ae23..2ac7a17a36 100644 --- a/src/libs/cplusplus/BackwardsScanner.h +++ b/src/libs/cplusplus/BackwardsScanner.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_BACKWARDSSCANNER_H -#define CPLUSPLUS_BACKWARDSSCANNER_H +#pragma once #include "SimpleLexer.h" @@ -85,5 +84,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_BACKWARDSSCANNER_H diff --git a/src/libs/cplusplus/CppDocument.h b/src/libs/cplusplus/CppDocument.h index 42a5275476..bac2fb2a47 100644 --- a/src/libs/cplusplus/CppDocument.h +++ b/src/libs/cplusplus/CppDocument.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_CPPDOCUMENT_H -#define CPLUSPLUS_CPPDOCUMENT_H +#pragma once #include "Macro.h" @@ -457,5 +456,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_CPPDOCUMENT_H diff --git a/src/libs/cplusplus/CppRewriter.h b/src/libs/cplusplus/CppRewriter.h index b507182b9a..66ff57344a 100644 --- a/src/libs/cplusplus/CppRewriter.h +++ b/src/libs/cplusplus/CppRewriter.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPREWRITER_H -#define CPPREWRITER_H +#pragma once #include "CppDocument.h" #include "LookupContext.h" @@ -110,5 +109,3 @@ CPLUSPLUS_EXPORT const Name *rewriteName(const Name *name, Control *control); } // namespace CPlusPlus - -#endif // CPPREWRITER_H diff --git a/src/libs/cplusplus/DependencyTable.h b/src/libs/cplusplus/DependencyTable.h index b152f00f44..508ae297c5 100644 --- a/src/libs/cplusplus/DependencyTable.h +++ b/src/libs/cplusplus/DependencyTable.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_DEPENDENCYTABLE_H -#define CPLUSPLUS_DEPENDENCYTABLE_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -54,5 +53,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_DEPENDENCYTABLE_H diff --git a/src/libs/cplusplus/DeprecatedGenTemplateInstance.h b/src/libs/cplusplus/DeprecatedGenTemplateInstance.h index 37453c9d40..d612706a17 100644 --- a/src/libs/cplusplus/DeprecatedGenTemplateInstance.h +++ b/src/libs/cplusplus/DeprecatedGenTemplateInstance.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_DEPRECATEDGENTEMPLATEINSTANCE_H -#define CPLUSPLUS_DEPRECATEDGENTEMPLATEINSTANCE_H +#pragma once #include <cplusplus/TypeVisitor.h> #include <cplusplus/NameVisitor.h> @@ -54,5 +53,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_DEPRECATEDGENTEMPLATEINSTANCE_H diff --git a/src/libs/cplusplus/ExpressionUnderCursor.h b/src/libs/cplusplus/ExpressionUnderCursor.h index 79c0ed052d..230e196777 100644 --- a/src/libs/cplusplus/ExpressionUnderCursor.h +++ b/src/libs/cplusplus/ExpressionUnderCursor.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_EXPRESSIONUNDERCURSOR_H -#define CPLUSPLUS_EXPRESSIONUNDERCURSOR_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> #include <cplusplus/Token.h> @@ -59,5 +58,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_EXPRESSIONUNDERCURSOR_H diff --git a/src/libs/cplusplus/FastPreprocessor.h b/src/libs/cplusplus/FastPreprocessor.h index 04d7320115..da63bdd59b 100644 --- a/src/libs/cplusplus/FastPreprocessor.h +++ b/src/libs/cplusplus/FastPreprocessor.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_FASTPREPROCESSOR_H -#define CPLUSPLUS_FASTPREPROCESSOR_H +#pragma once #include "PreprocessorClient.h" #include "CppDocument.h" @@ -79,5 +78,3 @@ public: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_FASTPREPROCESSOR_H diff --git a/src/libs/cplusplus/FindUsages.h b/src/libs/cplusplus/FindUsages.h index 38d109062f..3d1e7a942e 100644 --- a/src/libs/cplusplus/FindUsages.h +++ b/src/libs/cplusplus/FindUsages.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_FINDUSAGES_H -#define CPLUSPLUS_FINDUSAGES_H +#pragma once #include "LookupContext.h" #include "CppDocument.h" @@ -304,6 +303,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_FINDUSAGES_H - diff --git a/src/libs/cplusplus/Icons.h b/src/libs/cplusplus/Icons.h index 35b62fb59d..51c550aae7 100644 --- a/src/libs/cplusplus/Icons.h +++ b/src/libs/cplusplus/Icons.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_ICONS_H -#define CPLUSPLUS_ICONS_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -101,5 +100,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_ICONS_H diff --git a/src/libs/cplusplus/LookupContext.h b/src/libs/cplusplus/LookupContext.h index 398571aea8..7273fe57d0 100644 --- a/src/libs/cplusplus/LookupContext.h +++ b/src/libs/cplusplus/LookupContext.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_LOOKUPCONTEXT_H -#define CPLUSPLUS_LOOKUPCONTEXT_H +#pragma once #include "CppDocument.h" #include "LookupItem.h" @@ -349,5 +348,3 @@ bool CPLUSPLUS_EXPORT compareFullyQualifiedName(const QList<const Name *> &path, } // namespace CPlusPlus - -#endif // CPLUSPLUS_LOOKUPCONTEXT_H diff --git a/src/libs/cplusplus/LookupItem.h b/src/libs/cplusplus/LookupItem.h index f61c50fa77..1007635f6a 100644 --- a/src/libs/cplusplus/LookupItem.h +++ b/src/libs/cplusplus/LookupItem.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_LOOKUPITEM_H -#define CPLUSPLUS_LOOKUPITEM_H +#pragma once #include <cplusplus/FullySpecifiedType.h> @@ -80,5 +79,3 @@ uint qHash(const CPlusPlus::LookupItem &result); //it also a workaround for some compilers inline uint qHash(const CPlusPlus::LookupItem &item) { return CPlusPlus::qHash(item); } #endif - -#endif // CPLUSPLUS_LOOKUPITEM_H diff --git a/src/libs/cplusplus/Macro.h b/src/libs/cplusplus/Macro.h index a441578ffe..f54df57458 100644 --- a/src/libs/cplusplus/Macro.h +++ b/src/libs/cplusplus/Macro.h @@ -43,8 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef CPLUSPLUS_PP_MACRO_H -#define CPLUSPLUS_PP_MACRO_H +#pragma once #include "PPToken.h" @@ -179,5 +178,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_PP_MACRO_H diff --git a/src/libs/cplusplus/MatchingText.h b/src/libs/cplusplus/MatchingText.h index dfe111a337..f2d27c4ea8 100644 --- a/src/libs/cplusplus/MatchingText.h +++ b/src/libs/cplusplus/MatchingText.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_MATCHINGTEXT_H -#define CPLUSPLUS_MATCHINGTEXT_H +#pragma once #include <QtGlobal> #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -46,5 +45,3 @@ public: }; } // namespace CPlusPlus - -#endif // MATCHINGTEXT_H diff --git a/src/libs/cplusplus/NamePrettyPrinter.h b/src/libs/cplusplus/NamePrettyPrinter.h index 1f7816a133..13d378b25e 100644 --- a/src/libs/cplusplus/NamePrettyPrinter.h +++ b/src/libs/cplusplus/NamePrettyPrinter.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_NAMEPRETTYPRINTER_H -#define CPLUSPLUS_NAMEPRETTYPRINTER_H +#pragma once #include <cplusplus/NameVisitor.h> @@ -61,5 +60,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_NAMEPRETTYPRINTER_H diff --git a/src/libs/cplusplus/Overview.h b/src/libs/cplusplus/Overview.h index b3fc0d0477..612ea79662 100644 --- a/src/libs/cplusplus/Overview.h +++ b/src/libs/cplusplus/Overview.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_OVERVIEW_H -#define CPLUSPLUS_OVERVIEW_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -76,5 +75,3 @@ public: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_OVERVIEW_H diff --git a/src/libs/cplusplus/OverviewModel.h b/src/libs/cplusplus/OverviewModel.h index a8e3a01c0b..bd558b8244 100644 --- a/src/libs/cplusplus/OverviewModel.h +++ b/src/libs/cplusplus/OverviewModel.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_OVERVIEWMODEL_H -#define CPLUSPLUS_OVERVIEWMODEL_H +#pragma once #include "CppDocument.h" #include "Overview.h" @@ -77,5 +76,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_OVERVIEWMODEL_H diff --git a/src/libs/cplusplus/PPToken.h b/src/libs/cplusplus/PPToken.h index 7fff4f2bfc..8eb8b26ab6 100644 --- a/src/libs/cplusplus/PPToken.h +++ b/src/libs/cplusplus/PPToken.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_INTERNAL_PPTOKEN_H -#define CPLUSPLUS_INTERNAL_PPTOKEN_H +#pragma once #include <cplusplus/CPlusPlus.h> #include <cplusplus/Token.h> @@ -136,5 +135,3 @@ private: } // namespace Internal } // namespace CPlusPlus - -#endif // CPLUSPLUS_INTERNAL_PPTOKEN_H diff --git a/src/libs/cplusplus/PreprocessorClient.h b/src/libs/cplusplus/PreprocessorClient.h index d9877a2199..accccdab1f 100644 --- a/src/libs/cplusplus/PreprocessorClient.h +++ b/src/libs/cplusplus/PreprocessorClient.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef PREPROCESSORCLIENT_H -#define PREPROCESSORCLIENT_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -118,5 +117,3 @@ public: }; } // namespace CPlusPlus - -#endif // PREPROCESSORCLIENT_H diff --git a/src/libs/cplusplus/PreprocessorEnvironment.h b/src/libs/cplusplus/PreprocessorEnvironment.h index fe0a643606..a6db2d0c7f 100644 --- a/src/libs/cplusplus/PreprocessorEnvironment.h +++ b/src/libs/cplusplus/PreprocessorEnvironment.h @@ -43,8 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef PREPROCESSORENVIRONMENT_H -#define PREPROCESSORENVIRONMENT_H +#pragma once #include "PPToken.h" @@ -101,5 +100,3 @@ private: }; } // namespace CPlusPlus - -#endif // PREPROCESSORENVIRONMENT_H diff --git a/src/libs/cplusplus/ResolveExpression.h b/src/libs/cplusplus/ResolveExpression.h index d9043e720f..f53caf26aa 100644 --- a/src/libs/cplusplus/ResolveExpression.h +++ b/src/libs/cplusplus/ResolveExpression.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_RESOLVEEXPRESSION_H -#define CPLUSPLUS_RESOLVEEXPRESSION_H +#pragma once #include "LookupContext.h" @@ -134,5 +133,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_RESOLVEEXPRESSION_H diff --git a/src/libs/cplusplus/SimpleLexer.h b/src/libs/cplusplus/SimpleLexer.h index 1bb9a3d08d..2bd794933d 100644 --- a/src/libs/cplusplus/SimpleLexer.h +++ b/src/libs/cplusplus/SimpleLexer.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_SIMPLELEXER_H -#define CPLUSPLUS_SIMPLELEXER_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> #include <cplusplus/Token.h> @@ -77,5 +76,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_SIMPLELEXER_H diff --git a/src/libs/cplusplus/SnapshotSymbolVisitor.h b/src/libs/cplusplus/SnapshotSymbolVisitor.h index 2fb78e352a..c0eab1bbbb 100644 --- a/src/libs/cplusplus/SnapshotSymbolVisitor.h +++ b/src/libs/cplusplus/SnapshotSymbolVisitor.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_SNAPSHOTSYMBOLVISITOR_H -#define CPLUSPLUS_SNAPSHOTSYMBOLVISITOR_H +#pragma once #include "CppDocument.h" @@ -51,5 +50,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_SNAPSHOTSYMBOLVISITOR_H diff --git a/src/libs/cplusplus/SymbolNameVisitor.h b/src/libs/cplusplus/SymbolNameVisitor.h index 5123c717d1..0d48265db7 100644 --- a/src/libs/cplusplus/SymbolNameVisitor.h +++ b/src/libs/cplusplus/SymbolNameVisitor.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_SYMBOLNAMEVISITOR_H -#define CPLUSPLUS_SYMBOLNAMEVISITOR_H +#pragma once #include <cplusplus/NameVisitor.h> @@ -44,5 +43,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_SYMBOLNAMEVISITOR_H diff --git a/src/libs/cplusplus/TypeOfExpression.h b/src/libs/cplusplus/TypeOfExpression.h index b200d78ead..1d13059b8c 100644 --- a/src/libs/cplusplus/TypeOfExpression.h +++ b/src/libs/cplusplus/TypeOfExpression.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_TYPEOFEXPRESSION_H -#define CPLUSPLUS_TYPEOFEXPRESSION_H +#pragma once #include "CppDocument.h" #include "LookupContext.h" @@ -159,5 +158,3 @@ ExpressionAST CPLUSPLUS_EXPORT *extractExpressionAST(Document::Ptr doc); Document::Ptr CPLUSPLUS_EXPORT documentForExpression(const QByteArray &utf8code); } // namespace CPlusPlus - -#endif // CPLUSPLUS_TYPEOFEXPRESSION_H diff --git a/src/libs/cplusplus/TypePrettyPrinter.h b/src/libs/cplusplus/TypePrettyPrinter.h index eef06b1503..15498784c3 100644 --- a/src/libs/cplusplus/TypePrettyPrinter.h +++ b/src/libs/cplusplus/TypePrettyPrinter.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPLUSPLUS_TYPEPRETTYPRINTER_H -#define CPLUSPLUS_TYPEPRETTYPRINTER_H +#pragma once #include <cplusplus/TypeVisitor.h> #include <cplusplus/FullySpecifiedType.h> @@ -93,5 +92,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_TYPEPRETTYPRINTER_H diff --git a/src/libs/cplusplus/cppmodelmanagerbase.h b/src/libs/cplusplus/cppmodelmanagerbase.h index 3086d50cfd..680e7e2d06 100644 --- a/src/libs/cplusplus/cppmodelmanagerbase.h +++ b/src/libs/cplusplus/cppmodelmanagerbase.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPMODELMANAGERBASE_H -#define CPPMODELMANAGERBASE_H +#pragma once #include <cplusplus/CppDocument.h> @@ -54,5 +53,3 @@ public: }; } // namespace CPlusPlus - -#endif // CPPMODELMANAGERBASE_H diff --git a/src/libs/cplusplus/findcdbbreakpoint.h b/src/libs/cplusplus/findcdbbreakpoint.h index 57bf0f3dfc..6fb61030e7 100644 --- a/src/libs/cplusplus/findcdbbreakpoint.h +++ b/src/libs/cplusplus/findcdbbreakpoint.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef FINDCDBBREAKPOINT_H -#define FINDCDBBREAKPOINT_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> #include <cplusplus/ASTVisitor.h> @@ -93,5 +92,3 @@ private: }; } // namespace CPlusPlus - -#endif // FINDCDBBREAKPOINT_H diff --git a/src/libs/cplusplus/pp-cctype.h b/src/libs/cplusplus/pp-cctype.h index 1376119151..91c39604f1 100644 --- a/src/libs/cplusplus/pp-cctype.h +++ b/src/libs/cplusplus/pp-cctype.h @@ -43,8 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef CPLUSPLUS_PP_CCTYPE_H -#define CPLUSPLUS_PP_CCTYPE_H +#pragma once #include <cplusplus/CPlusPlusForwardDeclarations.h> @@ -65,5 +64,3 @@ inline bool CPLUSPLUS_EXPORT pp_isspace (int ch) { return std::isspace ((unsigned char) ch) != 0; } } // namespace CPlusPlus - -#endif // CPLUSPLUS_PP_CCTYPE_H diff --git a/src/libs/cplusplus/pp-engine.h b/src/libs/cplusplus/pp-engine.h index 6b24fd8d9f..b265de6d46 100644 --- a/src/libs/cplusplus/pp-engine.h +++ b/src/libs/cplusplus/pp-engine.h @@ -43,8 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef CPLUSPLUS_PP_ENGINE_H -#define CPLUSPLUS_PP_ENGINE_H +#pragma once #include "PPToken.h" #include "PreprocessorClient.h" @@ -262,5 +261,3 @@ private: }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_PP_ENGINE_H diff --git a/src/libs/cplusplus/pp-scanner.h b/src/libs/cplusplus/pp-scanner.h index 13209ea6c3..1c493761b9 100644 --- a/src/libs/cplusplus/pp-scanner.h +++ b/src/libs/cplusplus/pp-scanner.h @@ -43,8 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef CPLUSPLUS_PP_SCANNER_H -#define CPLUSPLUS_PP_SCANNER_H +#pragma once namespace CPlusPlus { @@ -118,5 +117,3 @@ struct pp_skip_argument }; } // namespace CPlusPlus - -#endif // CPLUSPLUS_PP_SCANNER_H diff --git a/src/libs/cplusplus/pp.h b/src/libs/cplusplus/pp.h index e703f6c9a8..b4b75297e4 100644 --- a/src/libs/cplusplus/pp.h +++ b/src/libs/cplusplus/pp.h @@ -43,13 +43,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef CPLUSPLUS_PREPROCESSOR_H -#define CPLUSPLUS_PREPROCESSOR_H +#pragma once #include "Macro.h" #include "PreprocessorClient.h" #include "PreprocessorEnvironment.h" #include "pp-scanner.h" #include "pp-engine.h" - -#endif // CPLUSPLUS_PREPROCESSOR_H |