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

@@ -26,7 +26,6 @@
#include <glib.h>
#include <assert.h>
#include <string.h>
inline AllocatedPath::AllocatedPath(Donate, pointer _value)

View File

@@ -28,8 +28,6 @@
#include <utility>
#include <string>
#include <assert.h>
class Error;
/**

View File

@@ -22,8 +22,6 @@
#include "Domain.hxx"
#include "Limits.hxx"
#include "system/FatalError.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
#include <glib.h>

View File

@@ -20,16 +20,10 @@
#include "config.h"
#include "Config.hxx"
#include "Charset.hxx"
#include "Domain.hxx"
#include "ConfigGlobal.hxx"
#include "Log.hxx"
#include "Compiler.h"
#include <glib.h>
#include <assert.h>
#include <string.h>
#ifdef WIN32
#include <windows.h> // for GetACP()
#include <stdio.h> // for sprintf()

View File

@@ -28,7 +28,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <assert.h>
#include <stdio.h>
class AllocatedPath;

View File

@@ -29,8 +29,6 @@
#include <assert.h>
#include <string.h>
class Error;
/**
* A path name in the native file system character set.
*

View File

@@ -31,8 +31,6 @@
#include <assert.h>
class Error;
/**
* This class describes the nature of a filesystem path.
*/