Revision: 6144
Author: [email protected]
Date: Tue Jan  4 02:25:06 2011
Log: Fix presubmit error

[email protected]
Review URL: http://codereview.chromium.org/6008010
http://code.google.com/p/v8/source/detail?r=6144

Modified:
 /branches/bleeding_edge/src/platform-macos.cc

=======================================
--- /branches/bleeding_edge/src/platform-macos.cc       Tue Jan  4 01:09:50 2011
+++ /branches/bleeding_edge/src/platform-macos.cc       Tue Jan  4 02:25:06 2011
@@ -29,7 +29,6 @@
 // the implementation is in platform-posix.cc.

 #include <dlfcn.h>
-#include <string>
 #include <unistd.h>
 #include <sys/mman.h>
 #include <mach/mach_init.h>
@@ -51,9 +50,10 @@
 #include <sys/types.h>
 #include <stdarg.h>
 #include <stdlib.h>
-
 #include <errno.h>

+#include <string>
+
 #undef MAP_TYPE

 #include "v8.h"

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to