aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/symupload/symupload.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/windows/symupload/symupload.cc')
-rw-r--r--src/tools/windows/symupload/symupload.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/windows/symupload/symupload.cc b/src/tools/windows/symupload/symupload.cc
index e0d78f4f..eafd9b47 100644
--- a/src/tools/windows/symupload/symupload.cc
+++ b/src/tools/windows/symupload/symupload.cc
@@ -42,9 +42,9 @@
// cpu: the CPU that the module was built for, typically "x86".
// symbol_file: the contents of the breakpad-format symbol file
-#include <Windows.h>
-#include <DbgHelp.h>
-#include <WinInet.h>
+#include <windows.h>
+#include <dbghelp.h>
+#include <wininet.h>
#include <cstdio>
#include <map>