Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
index 100505f0a090e35edbda06acee988444aec26995..c62afb01fabdd692aa3b3a2cac9bf52e6da740eb 100644 |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "v8.h" |
+#include "src/v8.h" |
#if V8_TARGET_ARCH_IA32 |
-#include "codegen.h" |
-#include "deoptimizer.h" |
-#include "full-codegen.h" |
-#include "stub-cache.h" |
+#include "src/codegen.h" |
+#include "src/deoptimizer.h" |
+#include "src/full-codegen.h" |
+#include "src/stub-cache.h" |
namespace v8 { |
namespace internal { |