From: Jim Bankoski Date: Sun, 6 Oct 2013 00:32:43 +0000 (-0700) Subject: NOLINT issue with headers that's hard to avoid do to config.h issue X-Git-Tag: v1.3.0~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7edc5ac42fa5f409bc3fd1cc3b8b33dd7ddc2170;p=libvpx NOLINT issue with headers that's hard to avoid do to config.h issue Change-Id: Ibd0b3414cdea05bc2fd6d0aa35808e44b3db8d96 --- 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