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 --- tokenizer.cpp | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'tokenizer.cpp') diff --git a/tokenizer.cpp b/tokenizer.cpp index c491bd0e..319eb2d9 100644 --- a/tokenizer.cpp +++ b/tokenizer.cpp @@ -6,22 +6,19 @@ tokenizing multiple strings and disposing of unused string segments. */ -#include "config.h" +#include "config.h" // IWYU pragma: keep -#include -#include #include #include -#include #include #include +#include +#include -#include "fallback.h" -#include "util.h" - -#include "wutil.h" -#include "tokenizer.h" +#include "fallback.h" // IWYU pragma: keep #include "common.h" +#include "wutil.h" // IWYU pragma: keep - needed for wgettext +#include "tokenizer.h" /* Wow what a hack */ #define TOK_CALL_ERROR(t, e, x) do { tok_call_error((t), (e), (t)->squash_errors ? L"" : (x)); } while (0) -- cgit v1.2.3