input/meson.build: do not compile ProxyInputStream.cxx twice

This commit is contained in:
Max Kellermann
2025-03-10 17:11:11 +01:00
parent 800a03f0dc
commit 59f9e0ca70

View File

@@ -35,7 +35,6 @@ input_glue = static_library(
'ScanTags.cxx', 'ScanTags.cxx',
'Reader.cxx', 'Reader.cxx',
'TextInputStream.cxx', 'TextInputStream.cxx',
'ProxyInputStream.cxx',
'RewindInputStream.cxx', 'RewindInputStream.cxx',
'BufferingInputStream.cxx', 'BufferingInputStream.cxx',
'BufferedInputStream.cxx', 'BufferedInputStream.cxx',