From 70b87f2eb620bdf1d7e07141914feb2316794fb3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 10:33:04 +0100 Subject: client: convert to C++ --- src/DecoderPrint.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/DecoderPrint.cxx') diff --git a/src/DecoderPrint.cxx b/src/DecoderPrint.cxx index a22908c0..5dabf349 100644 --- a/src/DecoderPrint.cxx +++ b/src/DecoderPrint.cxx @@ -21,10 +21,7 @@ #include "DecoderPrint.hxx" #include "decoder_list.h" #include "decoder_plugin.h" - -extern "C" { -#include "client.h" -} +#include "Client.hxx" #include -- cgit v1.2.3