ref: 7edc5ac42fa5f409bc3fd1cc3b8b33dd7ddc2170
parent: 44228663f19f5815b7e10ac9d0e601128ddc0c39
author: Jim Bankoski <jimbankoski@google.com>
date: Sat Oct 5 13:32:43 EDT 2013
NOLINT issue with headers that's hard to avoid do to config.h issue Change-Id: Ibd0b3414cdea05bc2fd6d0aa35808e44b3db8d96
--- a/vp9/decoder/vp9_thread.c
+++ b/vp9/decoder/vp9_thread.c
@@ -29,7 +29,7 @@
//------------------------------------------------------------------------------
// simplistic pthread emulation layer
-#include <process.h>
+#include <process.h> // NOLINT
// _beginthreadex requires __stdcall
#define THREADFN unsigned int __stdcall
--
⑨