diff options
author | Max Kellermann <max@duempel.org> | 2013-11-28 11:50:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-28 11:50:54 +0100 |
commit | f90abe9530ef1075bc9b60e0f08f405d2d86f799 (patch) | |
tree | 60f4052123e03cd326ec64f4b6cd711784d651b2 /src/fs | |
parent | 46bab7e4b921b79924643bacd08dcd3d1404ceb6 (diff) | |
download | mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.tar.gz mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.tar.xz mpd-f90abe9530ef1075bc9b60e0f08f405d2d86f799.zip |
include cleanup using iwyu
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/AllocatedPath.cxx | 1 | ||||
-rw-r--r-- | src/fs/AllocatedPath.hxx | 2 | ||||
-rw-r--r-- | src/fs/Charset.cxx | 2 | ||||
-rw-r--r-- | src/fs/Config.cxx | 6 | ||||
-rw-r--r-- | src/fs/FileSystem.hxx | 1 | ||||
-rw-r--r-- | src/fs/Path.hxx | 2 | ||||
-rw-r--r-- | src/fs/Traits.hxx | 2 |
7 files changed, 0 insertions, 16 deletions
diff --git a/src/fs/AllocatedPath.cxx b/src/fs/AllocatedPath.cxx index 37b79a685..c6c01376f 100644 --- a/src/fs/AllocatedPath.cxx +++ b/src/fs/AllocatedPath.cxx @@ -26,7 +26,6 @@ #include <glib.h> -#include <assert.h> #include <string.h> inline AllocatedPath::AllocatedPath(Donate, pointer _value) diff --git a/src/fs/AllocatedPath.hxx b/src/fs/AllocatedPath.hxx index 36d8a1598..94da284c8 100644 --- a/src/fs/AllocatedPath.hxx +++ b/src/fs/AllocatedPath.hxx @@ -28,8 +28,6 @@ #include <utility> #include <string> -#include <assert.h> - class Error; /** diff --git a/src/fs/Charset.cxx b/src/fs/Charset.cxx index dad5779f9..3f373a036 100644 --- a/src/fs/Charset.cxx +++ b/src/fs/Charset.cxx @@ -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> diff --git a/src/fs/Config.cxx b/src/fs/Config.cxx index 63e64ef99..87e77512d 100644 --- a/src/fs/Config.cxx +++ b/src/fs/Config.cxx @@ -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() diff --git a/src/fs/FileSystem.hxx b/src/fs/FileSystem.hxx index cb2f82d22..67c6eef3e 100644 --- a/src/fs/FileSystem.hxx +++ b/src/fs/FileSystem.hxx @@ -28,7 +28,6 @@ #include <sys/stat.h> #include <unistd.h> -#include <assert.h> #include <stdio.h> class AllocatedPath; diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 6ea954577..296f4b286 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -29,8 +29,6 @@ #include <assert.h> #include <string.h> -class Error; - /** * A path name in the native file system character set. * diff --git a/src/fs/Traits.hxx b/src/fs/Traits.hxx index 244ab8b5c..cdbe2082a 100644 --- a/src/fs/Traits.hxx +++ b/src/fs/Traits.hxx @@ -31,8 +31,6 @@ #include <assert.h> -class Error; - /** * This class describes the nature of a filesystem path. */ |