Skip to content

Commit

Permalink
deps,v8: fix fragile windows include
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Feb 2, 2019
1 parent 3cc8b41 commit 6fe3c17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps/v8/include/v8-wasm-trap-handler-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef V8_WASM_TRAP_HANDLER_WIN_H_
#define V8_WASM_TRAP_HANDLER_WIN_H_

#include <windows.h>
#include "src/base/win32-headers.h"

#include "v8config.h" // NOLINT(build/include)

Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/trap-handler/handler-inside-win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "src/trap-handler/handler-inside-win.h"

#include <windows.h>
#include "src/base/win32-headers.h"

#include "src/trap-handler/trap-handler-internal.h"
#include "src/trap-handler/trap-handler.h"
Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/trap-handler/handler-inside-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef V8_TRAP_HANDLER_HANDLER_INSIDE_WIN_H_
#define V8_TRAP_HANDLER_HANDLER_INSIDE_WIN_H_

#include <windows.h>
#include "src/base/win32-headers.h"

#include "src/base/macros.h"

Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/trap-handler/handler-outside-win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//
// For the code that runs in the trap handler itself, see handler-inside.cc.

#include <windows.h>
#include "src/base/win32-headers.h"

#include "src/trap-handler/handler-inside-win.h"
#include "src/trap-handler/trap-handler.h"
Expand Down

0 comments on commit 6fe3c17

Please sign in to comment.