From 94fffb332bb40eb4b13ad7a2039109d2a420a8f6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Jan 2013 19:18:58 +0100 Subject: archive/*: convert to C++ --- test/dump_text_file.cxx | 4 ++-- test/run_input.cxx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'test') 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 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 -- cgit v1.2.3