summaryrefslogtreecommitdiff
path: root/src/input/ProxyInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ProxyInputStream.cxx')
-rw-r--r--src/input/ProxyInputStream.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input/ProxyInputStream.cxx b/src/input/ProxyInputStream.cxx
index 3eb9477a3..d0d0e99bd 100644
--- a/src/input/ProxyInputStream.cxx
+++ b/src/input/ProxyInputStream.cxx
@@ -19,9 +19,6 @@
#include "config.h"
#include "ProxyInputStream.hxx"
-#include "tag/Tag.hxx"
-
-#include <assert.h>
ProxyInputStream::ProxyInputStream(InputStream *_input)
:InputStream(_input->GetURI(), _input->mutex, _input->cond),