From 32645b80c4c6792140e312b5b9fe9f96b48c6ec7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 19:35:37 +0200 Subject: ClientInternal: move class Client to Client.hxx Publish the Client API, preparing to move more code into the Client class. --- src/DatabaseCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DatabaseCommands.cxx') diff --git a/src/DatabaseCommands.cxx b/src/DatabaseCommands.cxx index fe6746a74..652b2b6d5 100644 --- a/src/DatabaseCommands.cxx +++ b/src/DatabaseCommands.cxx @@ -24,7 +24,7 @@ #include "DatabasePrint.hxx" #include "DatabaseSelection.hxx" #include "CommandError.hxx" -#include "ClientInternal.hxx" +#include "Client.hxx" #include "tag/Tag.hxx" #include "util/UriUtil.hxx" #include "util/Error.hxx" -- cgit v1.2.3