Client, ...: remove unnecessary glib.h include

This commit is contained in:
Max Kellermann 2013-10-15 20:14:36 +02:00
parent 45418583e9
commit dbd88e6aef
19 changed files with 1 additions and 35 deletions

View File

@ -21,8 +21,6 @@
#include "ClientInternal.hxx"
#include "Log.hxx"
#include <glib.h>
void
Client::SetExpired()
{

View File

@ -23,8 +23,6 @@
#include "AllCommands.hxx"
#include "Log.hxx"
#include <glib.h>
#include <string.h>
#define CLIENT_LIST_MODE_BEGIN "command_list_begin"

View File

@ -30,8 +30,6 @@
#include "DatabasePlugin.hxx"
#include "db/SimpleDatabasePlugin.hxx"
#include <glib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>

View File

@ -26,7 +26,6 @@
#include <atomic>
#include <assert.h>
#include <glib.h>
namespace GlobalEvents {
class Monitor final : public DeferredMonitor {

View File

@ -25,8 +25,6 @@
#include "system/FatalError.hxx"
#include "Log.hxx"
#include <glib.h>
#include <sys/inotify.h>
#include <unistd.h>

View File

@ -31,8 +31,6 @@
#include "fs/Path.hxx"
#include "Log.hxx"
#include <glib.h>
#include <string.h>
#include <assert.h>

View File

@ -25,7 +25,6 @@
#include <assert.h>
#include <string.h>
#include <glib.h>
PlaylistVector::iterator
PlaylistVector::find(const char *name)

View File

@ -25,8 +25,6 @@
#include "Playlist.hxx"
#include "system/FatalError.hxx"
#include <glib.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>

View File

@ -34,8 +34,6 @@
#include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx"
#include <glib.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -21,8 +21,6 @@
#include "TimePrint.hxx"
#include "Client.hxx"
#include <glib.h>
void
time_print(Client *client, const char *name, time_t t)
{

View File

@ -25,8 +25,8 @@
#include "Song.hxx"
#include "DatabaseLock.hxx"
#include <glib.h>
#include <assert.h>
#include <stddef.h>
void
delete_song(Directory *dir, Song *del)

View File

@ -36,8 +36,6 @@
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
#include <glib.h>
#include <stdlib.h>
#include <string.h>

View File

@ -33,8 +33,6 @@
#include "util/Domain.hxx"
#include "Log.hxx"
#include <glib.h>
#include <sys/types.h>
#include <errno.h>

View File

@ -31,8 +31,6 @@ extern "C" {
#include "util/growing_fifo.h"
}
#include <glib.h>
#include <assert.h>
#include <string.h>

View File

@ -26,8 +26,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <list>
#include <assert.h>

View File

@ -28,8 +28,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>

View File

@ -26,8 +26,6 @@
#include "util/Domain.hxx"
#include "Log.hxx"
#include <glib.h>
#include <pulse/thread-mainloop.h>
#include <pulse/context.h>
#include <pulse/introspect.h>

View File

@ -26,8 +26,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <math.h>

View File

@ -22,8 +22,6 @@
#include "PcmUtils.hxx"
#include "AudioFormat.hxx"
#include <glib.h>
#include <stdint.h>
#include <string.h>