Client: include cleanup

This commit is contained in:
Max Kellermann 2015-08-06 10:32:18 +02:00
parent 024d978ae5
commit 77b34fa961
4 changed files with 4 additions and 6 deletions

View File

@ -18,8 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "Client.hxx"
#include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
void void

View File

@ -24,7 +24,6 @@
#include "fs/FileInfo.hxx" #include "fs/FileInfo.hxx"
#include "util/Error.hxx" #include "util/Error.hxx"
#include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
bool bool

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_CLIENT_MESSAGE_H #ifndef MPD_CLIENT_MESSAGE_HXX
#define MPD_CLIENT_MESSAGE_H #define MPD_CLIENT_MESSAGE_HXX
#include "Compiler.h" #include "Compiler.h"

View File

@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "ClientInternal.hxx" #include "Client.hxx"
#include "util/FormatString.hxx" #include "util/FormatString.hxx"
#include <string.h> #include <string.h>