From 22dcca9832e30c27630041bee867639e05ffd072 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Nov 2016 12:58:26 +0100 Subject: util/Error: remove obsolete class --- src/input/Init.hxx | 2 -- src/input/InputStream.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'src/input') 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 class Cond; -class Error; struct Tag; class InputStream { -- cgit v1.2.3