summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-10 12:58:26 +0100
committerMax Kellermann <max@musicpd.org>2016-11-10 12:58:26 +0100
commit22dcca9832e30c27630041bee867639e05ffd072 (patch)
tree7a03453cdc3881f5cfe09b878d6aa558d5ea5e67 /src/input
parentdb6c0d54cfc2eb9741b4e5c7634f41eecb2d4703 (diff)
util/Error: remove obsolete class
Diffstat (limited to 'src/input')
-rw-r--r--src/input/Init.hxx2
-rw-r--r--src/input/InputStream.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index 37d68d4b7..29744a318 100644
--- a/src/input/Init.hxx
+++ b/src/input/Init.hxx
@@ -20,8 +20,6 @@
#ifndef MPD_INPUT_INIT_HXX
#define MPD_INPUT_INIT_HXX
-class Error;
-
/**
* Initializes this library and all #InputStream implementations.
*/
diff --git a/src/input/InputStream.hxx b/src/input/InputStream.hxx
index f0330cb82..bbb3aeccf 100644
--- a/src/input/InputStream.hxx
+++ b/src/input/InputStream.hxx
@@ -31,7 +31,6 @@
#include <assert.h>
class Cond;
-class Error;
struct Tag;
class InputStream {