summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Block.cxx1
-rw-r--r--src/config/Block.hxx1
-rw-r--r--src/config/Check.hxx3
-rw-r--r--src/config/Data.hxx2
-rw-r--r--src/config/Path.cxx1
5 files changed, 0 insertions, 8 deletions
diff --git a/src/config/Block.cxx b/src/config/Block.cxx
index ea57c0ad2..19d4f50cc 100644
--- a/src/config/Block.cxx
+++ b/src/config/Block.cxx
@@ -23,7 +23,6 @@
#include "fs/AllocatedPath.hxx"
#include "util/RuntimeError.hxx"
-#include <assert.h>
#include <stdlib.h>
void
diff --git a/src/config/Block.hxx b/src/config/Block.hxx
index 86a8c5d82..dd6e40cf6 100644
--- a/src/config/Block.hxx
+++ b/src/config/Block.hxx
@@ -20,7 +20,6 @@
#ifndef MPD_CONFIG_BLOCK_HXX
#define MPD_CONFIG_BLOCK_HXX
-#include "Param.hxx"
#include "util/Compiler.h"
#include <string>
diff --git a/src/config/Check.hxx b/src/config/Check.hxx
index 22e21c727..556ce96f4 100644
--- a/src/config/Check.hxx
+++ b/src/config/Check.hxx
@@ -20,9 +20,6 @@
#ifndef MPD_CONFIG_CHECK_HXX
#define MPD_CONFIG_CHECK_HXX
-#include "Option.hxx"
-#include "util/Compiler.h"
-
struct ConfigData;
/**
diff --git a/src/config/Data.hxx b/src/config/Data.hxx
index 0a485748c..2b86735e0 100644
--- a/src/config/Data.hxx
+++ b/src/config/Data.hxx
@@ -28,8 +28,6 @@
#include <chrono>
#include <forward_list>
-struct ConfigParam;
-struct ConfigBlock;
class AllocatedPath;
struct ConfigData {
diff --git a/src/config/Path.cxx b/src/config/Path.cxx
index 2d9b619fe..c3c1671bb 100644
--- a/src/config/Path.cxx
+++ b/src/config/Path.cxx
@@ -21,7 +21,6 @@
#include "Data.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
-#include "fs/Domain.hxx"
#include "fs/StandardDirectory.hxx"
#include "util/RuntimeError.hxx"