Include shell.h only for Windows
This commit is contained in:
parent
ac9e0b458d
commit
38b14fc912
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
#include "content/public/common/content_switches.h"
|
||||
#include "native_mate/constructor.h"
|
||||
#include "native_mate/dictionary.h"
|
||||
#include "ui/base/win/shell.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
|
||||
#if defined(TOOLKIT_VIEWS)
|
||||
|
@ -30,6 +29,7 @@
|
|||
|
||||
#if defined(OS_WIN)
|
||||
#include "atom/browser/ui/win/taskbar_host.h"
|
||||
#include "ui/base/win/shell.h"
|
||||
#endif
|
||||
|
||||
#include "atom/common/node_includes.h"
|
||||
|
|
Loading…
Reference in a new issue