summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/registerpostmortemaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/registerpostmortemaction.cpp')
-rw-r--r--src/plugins/debugger/registerpostmortemaction.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/registerpostmortemaction.cpp b/src/plugins/debugger/registerpostmortemaction.cpp
index 3ceedaaccc..1d25c24bba 100644
--- a/src/plugins/debugger/registerpostmortemaction.cpp
+++ b/src/plugins/debugger/registerpostmortemaction.cpp
@@ -42,9 +42,9 @@
#include <QDir>
#include <QString>
-#include <Windows.h>
-#include <Objbase.h>
-#include <Shellapi.h>
+#include <windows.h>
+#include <objbase.h>
+#include <shellapi.h>
using namespace RegistryAccess;