Fix relative include path in cctest helper.
R=titzer@chromium.org Review URL: https://codereview.chromium.org/431623002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22714 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
3596cccedf
commit
c1ce19867c
@ -5,13 +5,14 @@
|
||||
#ifndef V8_CCTEST_COMPILER_VALUE_HELPER_H_
|
||||
#define V8_CCTEST_COMPILER_VALUE_HELPER_H_
|
||||
|
||||
#include "src/v8.h"
|
||||
|
||||
#include "src/compiler/common-operator.h"
|
||||
#include "src/compiler/node.h"
|
||||
#include "src/compiler/node-matchers.h"
|
||||
#include "src/isolate.h"
|
||||
#include "src/objects.h"
|
||||
#include "test/cctest/cctest.h"
|
||||
#include "v8.h"
|
||||
|
||||
namespace v8 {
|
||||
namespace internal {
|
||||
|
Loading…
Reference in New Issue
Block a user