diff options
author | Max Kellermann <max@duempel.org> | 2013-01-10 10:33:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-10 10:33:20 +0100 |
commit | e0a97a030fc4c6f978b2855c32f5da98b3e7fb78 (patch) | |
tree | 6360c4c05f83823d1eeaee4f2d4fa4d36b032055 /test/dump_text_file.cxx | |
parent | 33ba2886220a03883417c45b680606c3866dcfe7 (diff) |
io_thread: convert to C++
Diffstat (limited to 'test/dump_text_file.cxx')
-rw-r--r-- | test/dump_text_file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx index c0f1c86f8..60da1c31c 100644 --- a/test/dump_text_file.cxx +++ b/test/dump_text_file.cxx @@ -18,13 +18,13 @@ */ #include "config.h" +#include "IOThread.hxx" #include "InputInit.hxx" #include "input_stream.h" #include "conf.h" #include "stdbin.h" extern "C" { -#include "io_thread.h" #include "text_input_stream.h" #ifdef ENABLE_ARCHIVE |