aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerprotocol.h')
-rw-r--r--src/plugins/debugger/debuggerprotocol.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/debugger/debuggerprotocol.h b/src/plugins/debugger/debuggerprotocol.h
index b5047a12cc..cc5c558a50 100644
--- a/src/plugins/debugger/debuggerprotocol.h
+++ b/src/plugins/debugger/debuggerprotocol.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef DEBUGGER_PROTOCOL_H
-#define DEBUGGER_PROTOCOL_H
+#pragma once
#include <QByteArray>
#include <QList>
@@ -255,6 +254,3 @@ enum DebuggerDisplay
} // namespace Internal
} // namespace Debugger
-
-
-#endif // DEBUGGER_PROTOCOL_H