aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/analyzer/diagnosticlocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/analyzer/diagnosticlocation.h')
-rw-r--r--src/plugins/debugger/analyzer/diagnosticlocation.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/debugger/analyzer/diagnosticlocation.h b/src/plugins/debugger/analyzer/diagnosticlocation.h
index 61fdbe2298..31f9036f44 100644
--- a/src/plugins/debugger/analyzer/diagnosticlocation.h
+++ b/src/plugins/debugger/analyzer/diagnosticlocation.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef ANALYZERDIAGNOSTIC_H
-#define ANALYZERDIAGNOSTIC_H
+#pragma once
#include <debugger/debugger_global.h>
@@ -55,6 +54,3 @@ DEBUGGER_EXPORT QDebug operator<<(QDebug dbg, const DiagnosticLocation &location
} // namespace Debugger
Q_DECLARE_METATYPE(Debugger::DiagnosticLocation)
-
-#endif // Include guard.
-