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/OutputCommands.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OutputCommands.cxx') diff --git a/src/OutputCommands.cxx b/src/OutputCommands.cxx index 235bf976..5903ac43 100644 --- a/src/OutputCommands.cxx +++ b/src/OutputCommands.cxx @@ -20,10 +20,10 @@ #include "config.h" #include "OutputCommands.hxx" #include "OutputPrint.hxx" +#include "protocol/Result.hxx" +#include "protocol/ArgParser.hxx" extern "C" { -#include "protocol/argparser.h" -#include "protocol/result.h" #include "output_command.h" } -- cgit v1.2.3