summaryrefslogtreecommitdiff
path: root/Source/Core/WinUpdater/WinUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/WinUpdater/WinUI.cpp')
-rw-r--r--Source/Core/WinUpdater/WinUI.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/WinUpdater/WinUI.cpp b/Source/Core/WinUpdater/WinUI.cpp
index c6e65626e9..0a92172911 100644
--- a/Source/Core/WinUpdater/WinUI.cpp
+++ b/Source/Core/WinUpdater/WinUI.cpp
@@ -7,11 +7,11 @@
#include <string>
#include <thread>
-#include <Windows.h>
-#include <CommCtrl.h>
-#include <ShObjIdl.h>
-#include <ShlObj.h>
+#include <windows.h>
+#include <commctrl.h>
#include <shellapi.h>
+#include <shlobj.h>
+#include <shobjidl.h>
#include <wrl/client.h>
#include "Common/Event.h"