aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r--src/plugins/debugger/breakwindow.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h
index 1af4d25c2a..7feba0c14f 100644
--- a/src/plugins/debugger/breakwindow.h
+++ b/src/plugins/debugger/breakwindow.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef DEBUGGER_BREAKWINDOW_H
-#define DEBUGGER_BREAKWINDOW_H
+#pragma once
#include "breakhandler.h"
#include <utils/basetreeview.h>
@@ -58,6 +57,3 @@ private:
} // namespace Internal
} // namespace Debugger
-
-#endif // DEBUGGER_BREAKWINDOW
-