aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-24 19:18:58 +0100
committerMax Kellermann <max@duempel.org>2013-01-24 19:18:58 +0100
commit94fffb332bb40eb4b13ad7a2039109d2a420a8f6 (patch)
tree6686e1d74a1dcbe4e91c70aef45374256d7acac9 /test
parentdc2e64c92b5a61f4c578b5d4c6017b0d5b8037ff (diff)
archive/*: convert to C++
Diffstat (limited to 'test')
-rw-r--r--test/dump_text_file.cxx4
-rw-r--r--test/run_input.cxx4
2 files changed, 3 insertions, 5 deletions
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx
index 60da1c31..28a645a4 100644
--- a/test/dump_text_file.cxx
+++ b/test/dump_text_file.cxx
@@ -26,11 +26,11 @@
extern "C" {
#include "text_input_stream.h"
+}
#ifdef ENABLE_ARCHIVE
-#include "archive_list.h"
+#include "ArchiveList.hxx"
#endif
-}
#include <glib.h>
diff --git a/test/run_input.cxx b/test/run_input.cxx
index 1508d0d9..55f60b9f 100644
--- a/test/run_input.cxx
+++ b/test/run_input.cxx
@@ -26,11 +26,9 @@
#include "InputInit.hxx"
#include "IOThread.hxx"
-extern "C" {
#ifdef ENABLE_ARCHIVE
-#include "archive_list.h"
+#include "ArchiveList.hxx"
#endif
-}
#include <glib.h>