force windows above other includes

This commit is contained in:
Shelley Vohr 2018-04-18 23:33:15 -04:00
parent f7d4437b3f
commit e7bb7dd78b
No known key found for this signature in database
GPG key ID: F13993A75599653C

View file

@ -4,11 +4,12 @@
#include "chrome/common/chrome_paths_internal.h" #include "chrome/common/chrome_paths_internal.h"
#include <windows.h>
#include <knownfolders.h> #include <knownfolders.h>
#include <shellapi.h> #include <shellapi.h>
#include <shlobj.h> #include <shlobj.h>
#include <shobjidl.h> #include <shobjidl.h>
#include <windows.h>
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/path_service.h" #include "base/path_service.h"