Client*: include check.h / config.h

This commit is contained in:
Max Kellermann 2013-01-14 23:49:43 +01:00
parent f56c6a18c1
commit 0634be9724
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef MPD_CLIENT_INTERNAL_HXX
#define MPD_CLIENT_INTERNAL_HXX
#include "check.h"
#include "Client.hxx"
#include "ClientMessage.hxx"
#include "CommandListBuilder.hxx"

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "ClientSubscribe.hxx"
#include "ClientIdle.hxx"
#include "ClientInternal.hxx"

View File

@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include "CommandListBuilder.hxx"
#include "ClientInternal.hxx"