ClientInternal: move class Client to Client.hxx

Publish the Client API, preparing to move more code into the Client
class.
This commit is contained in:
Max Kellermann
2013-10-19 19:35:37 +02:00
parent ff626ac763
commit 32645b80c4
9 changed files with 96 additions and 98 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "Stats.hxx"
#include "PlayerControl.hxx"
#include "ClientInternal.hxx"
#include "Client.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"