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++ --- src/Main.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index 44adf2e2..1bacc0e3 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -69,11 +69,9 @@ extern "C" { #include "StickerDatabase.hxx" #endif -extern "C" { #ifdef ENABLE_ARCHIVE -#include "archive_list.h" +#include "ArchiveList.hxx" #endif -} #include -- cgit v1.2.3