aboutsummaryrefslogtreecommitdiff
path: root/src/InputStream.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-21 17:36:19 +0100
committerMax Kellermann <max@duempel.org>2013-01-21 17:36:19 +0100
commit9c870e4276157a292673fb1a21f5a9e8a60cb57f (patch)
tree8c6cc89d4b03835e2af6ee7ad1dd843a467430d7 /src/InputStream.cxx
parent5cffe693b0b4412a6a3652d0864a38944fc054ec (diff)
input/rewind: convert to C++
Diffstat (limited to 'src/InputStream.cxx')
-rw-r--r--src/InputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputStream.cxx b/src/InputStream.cxx
index 64f34755..c81181b6 100644
--- a/src/InputStream.cxx
+++ b/src/InputStream.cxx
@@ -21,9 +21,9 @@
#include "input_stream.h"
#include "InputRegistry.hxx"
#include "input_plugin.h"
+#include "input/RewindInputPlugin.hxx"
extern "C" {
-#include "input/rewind_input_plugin.h"
#include "uri.h"
}