summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_thread.h')
-rw-r--r--vp9/decoder/vp9_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_thread.h b/vp9/decoder/vp9_thread.h
index 0b5eca073..e5e6f606b 100644
--- a/vp9/decoder/vp9_thread.h
+++ b/vp9/decoder/vp9_thread.h
@@ -27,7 +27,7 @@ extern "C" {
#if defined(_WIN32)
-#include <windows.h>
+#include <windows.h> // NOLINT
typedef HANDLE pthread_t;
typedef CRITICAL_SECTION pthread_mutex_t;
typedef struct {
@@ -38,7 +38,7 @@ typedef struct {
#else
-#include <pthread.h>
+#include <pthread.h> // NOLINT
#endif /* _WIN32 */
#endif /* CONFIG_MULTITHREAD */