Correct windows header order
This commit is contained in:
parent
7b17f15703
commit
650f7a920a
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include "chrome/browser/icon_loader.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "base/message_loop/message_loop.h"
|
||||
|
|
Loading…
Reference in a new issue