force windows above other includes
This commit is contained in:
parent
f7d4437b3f
commit
e7bb7dd78b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue