From 78162a2a1343a7caff3d43f457daa87475e6b926 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 25 Jul 2015 23:14:25 +0800 Subject: Initial pass with Include What You Use --- iothread.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'iothread.cpp') diff --git a/iothread.cpp b/iothread.cpp index 920d2aae..7a37b63b 100644 --- a/iothread.cpp +++ b/iothread.cpp @@ -1,16 +1,17 @@ -#include "config.h" +#include "config.h" // IWYU pragma: keep #include "iothread.h" #include "common.h" #include #include -#include #include -#include -#include +#include // IWYU pragma: keep - for _POSIX_THREADS_MAX, suggests internal header +#include +#include #include #include #include #include +#include #ifdef _POSIX_THREAD_THREADS_MAX #if _POSIX_THREAD_THREADS_MAX < 64 -- cgit v1.2.3