From: ager@chromium.org Date: Mon, 2 May 2011 15:12:50 +0000 (+0000) Subject: Fix lint. X-Git-Tag: upstream/4.7.83~19522 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be15ea860d4e32ca961fc71aee1e8756a27a591a;p=platform%2Fupstream%2Fv8.git Fix lint. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/6905168 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7752 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/v8dll-main.cc b/src/v8dll-main.cc index 134b7c881..50240691f 100644 --- a/src/v8dll-main.cc +++ b/src/v8dll-main.cc @@ -1,4 +1,4 @@ -// Copyright 2010 the V8 project authors. All rights reserved. +// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -28,7 +28,7 @@ #include "../include/v8.h" #ifdef WIN32 -#include +#include // NOLINT extern "C" { BOOL WINAPI DllMain(HANDLE hinstDLL,