From 7edc5ac42fa5f409bc3fd1cc3b8b33dd7ddc2170 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Sat, 5 Oct 2013 17:32:43 -0700 Subject: [PATCH] NOLINT issue with headers that's hard to avoid do to config.h issue Change-Id: Ibd0b3414cdea05bc2fd6d0aa35808e44b3db8d96 --- vp9/decoder/vp9_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/decoder/vp9_thread.c b/vp9/decoder/vp9_thread.c index dc3b68196..5442ddfa1 100644 --- a/vp9/decoder/vp9_thread.c +++ b/vp9/decoder/vp9_thread.c @@ -29,7 +29,7 @@ extern "C" { //------------------------------------------------------------------------------ // simplistic pthread emulation layer -#include +#include // NOLINT // _beginthreadex requires __stdcall #define THREADFN unsigned int __stdcall -- 2.49.0