| Index: include/v8-version-string.h
|
| diff --git a/include/v8-version-string.h b/include/v8-version-string.h
|
| index 372fd2f5110cddea0beae2b5ccc1dab5ec19afb0..e4f3d7505feefdb4d63a1f8b1c97e456d7cac32d 100644
|
| --- a/include/v8-version-string.h
|
| +++ b/include/v8-version-string.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef V8_VERSION_STRING_H_
|
| #define V8_VERSION_STRING_H_
|
|
|
| -#include "include/v8-version.h"
|
| +#include "v8-version.h" // NOLINT(build/include)
|
|
|
| // This is here rather than v8-version.h to keep that file simple and
|
| // machine-processable.
|
|
|