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/TagPrint.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/TagPrint.cxx') diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 9f25d95c..ef05b6c1 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -22,10 +22,7 @@ #include "tag.h" #include "tag_internal.h" #include "song.h" - -extern "C" { -#include "client.h" -} +#include "Client.hxx" void tag_print_types(struct client *client) { -- cgit v1.2.3