Revision: 21947
Author: [email protected]
Date: Mon Jun 23 17:16:07 2014 UTC
Log: Fix #include order in snapshot-external.cc
This corrects a linter complaint.
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/351643002
http://code.google.com/p/v8/source/detail?r=21947
Modified:
/branches/bleeding_edge/src/snapshot-external.cc
=======================================
--- /branches/bleeding_edge/src/snapshot-external.cc Mon Jun 23 13:52:17
2014 UTC
+++ /branches/bleeding_edge/src/snapshot-external.cc Mon Jun 23 17:16:07
2014 UTC
@@ -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.