aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/shared/peutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/shared/peutils.h')
-rw-r--r--src/plugins/debugger/shared/peutils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/debugger/shared/peutils.h b/src/plugins/debugger/shared/peutils.h
index 47f3ee0bf8..0d25d8ace1 100644
--- a/src/plugins/debugger/shared/peutils.h
+++ b/src/plugins/debugger/shared/peutils.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef DEBUGGER_PEUTILS_H
-#define DEBUGGER_PEUTILS_H
+#pragma once
#include <qnamespace.h>
@@ -43,5 +42,3 @@ bool getPDBFiles(const QString &peExecutableFileName, QStringList *rc, QString *
} // namespace Internal
} // namespace Debugger
-
-#endif // DEBUGGER_PEUTILS_H