| Index: test/cctest/cctest.cc
|
| diff --git a/test/cctest/cctest.cc b/test/cctest/cctest.cc
|
| index bd9f7e4b231b32cc804b97f336d4d06fed7abae3..2847a3097974cddf7e21c2e618eaad8d010cede9 100644
|
| --- a/test/cctest/cctest.cc
|
| +++ b/test/cctest/cctest.cc
|
| @@ -26,12 +26,12 @@
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| #include <v8.h>
|
| -#include "cctest.h"
|
| +#include "test/cctest/cctest.h"
|
|
|
| -#include "print-extension.h"
|
| -#include "profiler-extension.h"
|
| -#include "trace-extension.h"
|
| -#include "debug.h"
|
| +#include "test/cctest/print-extension.h"
|
| +#include "test/cctest/profiler-extension.h"
|
| +#include "test/cctest/trace-extension.h"
|
| +#include "src/debug.h"
|
|
|
| enum InitializationState {kUnset, kUnintialized, kInitialized};
|
| static InitializationState initialization_state_ = kUnset;
|
|
|