include cleanup using iwyu

This commit is contained in:
Max Kellermann
2013-11-28 11:50:54 +01:00
parent 46bab7e4b9
commit f90abe9530
185 changed files with 114 additions and 338 deletions

View File

@@ -24,6 +24,7 @@
#include "Compiler.h"
#include <string>
#include <utility>
#include <assert.h>

View File

@@ -19,10 +19,13 @@
#include "FormatString.hxx"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef WIN32
#include <string.h>
#endif
char *
FormatNewV(const char *fmt, va_list args)
{

View File

@@ -26,9 +26,6 @@
#include <glib.h>
#include <assert.h>
#include <string.h>
static constexpr Domain tokenizer_domain("tokenizer");
static inline bool