Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 080e3b1b6931ad736dfbc7947e07b5df542eac82..bd6aa13c83099d026cea0a566877f03709f77e13 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -5,17 +5,17 @@ |
#ifndef V8_FULL_CODEGEN_H_ |
#define V8_FULL_CODEGEN_H_ |
-#include "v8.h" |
- |
-#include "allocation.h" |
-#include "assert-scope.h" |
-#include "ast.h" |
-#include "code-stubs.h" |
-#include "codegen.h" |
-#include "compiler.h" |
-#include "data-flow.h" |
-#include "globals.h" |
-#include "objects.h" |
+#include "src/v8.h" |
+ |
+#include "src/allocation.h" |
+#include "src/assert-scope.h" |
+#include "src/ast.h" |
+#include "src/code-stubs.h" |
+#include "src/codegen.h" |
+#include "src/compiler.h" |
+#include "src/data-flow.h" |
+#include "src/globals.h" |
+#include "src/objects.h" |
namespace v8 { |
namespace internal { |