Chromium Code Reviews| Index: src/debug/x64/debug-x64.cc |
| diff --git a/src/debug/x64/debug-x64.cc b/src/debug/x64/debug-x64.cc |
| index 910d1ca001f56e227c31ce87253a88d34c1d4a15..9d8a8d1de52f12e8b5d046a978798e62384d4f63 100644 |
| --- a/src/debug/x64/debug-x64.cc |
| +++ b/src/debug/x64/debug-x64.cc |
| @@ -4,10 +4,10 @@ |
| #if V8_TARGET_ARCH_X64 |
| +#include "src/debug/debug.h" |
| #include "src/assembler.h" |
| #include "src/codegen.h" |
| -#include "src/debug/debug.h" |
| - |
| +#include "src/debug/liveedit.h" |
| namespace v8 { |
| namespace internal { |