Index: src/prettyprinter.cc |
diff --git a/src/prettyprinter.cc b/src/prettyprinter.cc |
index 9bc4e6a562866d6293cbaf4e76595c2bf9c0970d..e71489fa7f2c401111468f7de94d55bf24075a4a 100644 |
--- a/src/prettyprinter.cc |
+++ b/src/prettyprinter.cc |
@@ -2,13 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <stdarg.h> |
+#include "src/prettyprinter.h" |
-#include "src/v8.h" |
+#include <stdarg.h> |
#include "src/ast-value-factory.h" |
#include "src/base/platform/platform.h" |
-#include "src/prettyprinter.h" |
#include "src/scopes.h" |
namespace v8 { |