From de0ab43bc12be345d85779e444266153ff5be007 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 09:46:41 +0100 Subject: output_*: convert to C++ --- src/OutputCommands.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/OutputCommands.cxx') diff --git a/src/OutputCommands.cxx b/src/OutputCommands.cxx index 4dd689c4..7d626477 100644 --- a/src/OutputCommands.cxx +++ b/src/OutputCommands.cxx @@ -20,13 +20,10 @@ #include "config.h" #include "OutputCommands.hxx" #include "OutputPrint.hxx" +#include "OutputCommand.hxx" #include "protocol/Result.hxx" #include "protocol/ArgParser.hxx" -extern "C" { -#include "output_command.h" -} - #include enum command_return -- cgit v1.2.3