diff options
Diffstat (limited to 'src/libs/cplusplus/findcdbbreakpoint.h')
-rw-r--r-- | src/libs/cplusplus/findcdbbreakpoint.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |