mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
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:
@@ -1,11 +1,11 @@
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "browser/win/win32_desktop_notifications/desktop_notification_controller.h"
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
#include <windowsx.h>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <windowsx.h>
|
||||
#include "browser/win/win32_desktop_notifications/common.h"
|
||||
#include "browser/win/win32_desktop_notifications/toast.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "browser/win/win32_notification.h"
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
#include <windows.h>
|
||||
#include "third_party/skia/include/core/SkBitmap.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user