Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 4724d6d82ae3deafb8bc68dffd8bc90d59771c5d..64821cfbfdf6ac59e52929191a4c88e96129f601 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -2,10 +2,10 @@ |
// |
// Tests for heap profiler |
-#include "v8.h" |
- |
#include <ctype.h> |
mnaganov (inactive)
2012/04/19 20:02:54
Sorry, didn't spot that in your original CL. "v8.h
|
+#include "v8.h" |
+ |
#include "cctest.h" |
#include "heap-profiler.h" |
#include "snapshot.h" |