diff options
Diffstat (limited to '')
-rw-r--r-- | src/TextInputStream.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TextInputStream.hxx b/src/TextInputStream.hxx index a6c15f670..86ae16e41 100644 --- a/src/TextInputStream.hxx +++ b/src/TextInputStream.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -25,7 +25,6 @@ #include <string> struct InputStream; -struct fifo_buffer; class TextInputStream { InputStream &is; |