Reviewers: vogelheim, jochen,

Description:
Fix #include order in snapshot-external.cc

This corrects a linter complaint.

BUG=

Please review this at https://codereview.chromium.org/351643002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/snapshot-external.cc


Index: src/snapshot-external.cc
diff --git a/src/snapshot-external.cc b/src/snapshot-external.cc
index 5bfadc2a6354fe95de3bcf9369c7daaac6115911..0cc15d848ae96f42f98318102f4faa69059ec281 100644
--- a/src/snapshot-external.cc
+++ b/src/snapshot-external.cc
@@ -6,9 +6,9 @@

 #include "src/snapshot.h"

-#include "src/v8.h"  // for V8::Initialize
 #include "src/serialize.h"
 #include "src/snapshot-source-sink.h"
+#include "src/v8.h"  // for V8::Initialize

 namespace v8 {
 namespace internal {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to