diff options
author | Max Kellermann <max@duempel.org> | 2013-01-10 10:15:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-10 10:15:09 +0100 |
commit | d5516dee005075a7569890c0cea4235659687ea1 (patch) | |
tree | 969046fc869f266103afc06bd2e8e1bd9c201d33 /test/run_input.cxx | |
parent | 06e0741a5293b1db2ef5f2b5778e3669f2dea70e (diff) |
input_stream: convert to C++ (internally)
Diffstat (limited to 'test/run_input.cxx')
-rw-r--r-- | test/run_input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index 2df5e69f9..adf380f00 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -23,10 +23,10 @@ #include "tag.h" #include "conf.h" #include "input_stream.h" +#include "InputInit.hxx" extern "C" { #include "io_thread.h" -#include "input_init.h" #ifdef ENABLE_ARCHIVE #include "archive_list.h" |