Address cpplint issue "Found C++ system header after other header. Should be: toast.h, c system, c++ system, other. [build/include_order] [4]"
This commit is contained in:
parent
33b4936a68
commit
20d0bda538
3 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
#define NOMINMAX
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include <algorithm>
|
||||
#include <uxtheme.h>
|
||||
#include <windowsx.h>
|
||||
#include <algorithm>
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
|
||||
#pragma comment(lib, "msimg32.lib")
|
||||
#pragma comment(lib, "uxtheme.lib")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue