aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/analyzer/analyzerutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/analyzer/analyzerutils.h')
-rw-r--r--src/plugins/debugger/analyzer/analyzerutils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/analyzer/analyzerutils.h b/src/plugins/debugger/analyzer/analyzerutils.h
index 65f3de5f30..1c5327d4fe 100644
--- a/src/plugins/debugger/analyzer/analyzerutils.h
+++ b/src/plugins/debugger/analyzer/analyzerutils.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef ANALYZERUTILS_H
-#define ANALYZERUTILS_H
+#pragma once
#include <debugger/debugger_global.h>
@@ -38,5 +37,3 @@ namespace AnalyzerUtils
DEBUGGER_EXPORT void logToIssuesPane(ProjectExplorer::Task::TaskType type,
const QString &message);
}
-
-#endif // ANALYZERUTILS_H