diff options
Diffstat (limited to 'src/TextInputStream.cxx')
-rw-r--r-- | src/TextInputStream.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/TextInputStream.cxx b/src/TextInputStream.cxx index 36a726aa6..25b9b42fe 100644 --- a/src/TextInputStream.cxx +++ b/src/TextInputStream.cxx @@ -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 @@ -21,7 +21,6 @@ #include "TextInputStream.hxx" #include "InputStream.hxx" #include "util/CharUtil.hxx" -#include "util/fifo_buffer.h" #include "util/Error.hxx" #include "Log.hxx" |