Hello [EMAIL PROTECTED], I'd like you to do a code review. To review this change, run
gvn review --project https://v8.googlecode.com/svn [EMAIL PROTECTED]/[EMAIL PROTECTED] Alternatively, to review the latest snapshot of this change branch, run gvn --project https://v8.googlecode.com/svn review [EMAIL PROTECTED]/fixlint to review the following change: [EMAIL PROTECTED]/[EMAIL PROTECTED] | [EMAIL PROTECTED] | 2008-10-24 11:18:36 +-100 (Fri, 24 Oct 2008) Description: Fix lint issue (include order). Affected Paths: R //branches/bleeding_edge/test/cctest/test-api.cc This is a semiautomated message from "gvn mail". See <http://code.google.com/p/gvn/> to learn more. Index: test/cctest/test-api.cc =================================================================== --- test/cctest/test-api.cc (added) +++ test/cctest/test-api.cc (^/changes/[EMAIL PROTECTED]/fixlint/bleeding_edge/test/cctest/[EMAIL PROTECTED]) @@ -25,11 +25,11 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#include <stdlib.h> + #include <map> #include <string> -#include <stdlib.h> - #include "v8.h" #include "api.h" --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
