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
-2
View File
@@ -21,8 +21,6 @@
#include "ClientInternal.hxx"
#include "Log.hxx"
#include <glib.h>
void
Client::SetExpired()
{
-2
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"
-2
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>
-1
View File
@@ -26,7 +26,6 @@
#include <atomic>
#include <assert.h>
#include <glib.h>
namespace GlobalEvents {
class Monitor final : public DeferredMonitor {
-2
View File
@@ -25,8 +25,6 @@
#include "system/FatalError.hxx"
#include "Log.hxx"
#include <glib.h>
#include <sys/inotify.h>
#include <unistd.h>
-2
View File
@@ -31,8 +31,6 @@
#include "fs/Path.hxx"
#include "Log.hxx"
#include <glib.h>
#include <string.h>
#include <assert.h>
-1
View File
@@ -25,7 +25,6 @@
#include <assert.h>
#include <string.h>
#include <glib.h>
PlaylistVector::iterator
PlaylistVector::find(const char *name)
-2
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>
-2
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>
-2
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)
{
+1 -1
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)
-2
View File
@@ -36,8 +36,6 @@
#include <cdio/cdio.h>
#include <cdio/iso9660.h>
#include <glib.h>
#include <stdlib.h>
#include <string.h>
-2
View File
@@ -33,8 +33,6 @@
#include "util/Domain.hxx"
#include "Log.hxx"
#include <glib.h>
#include <sys/types.h>
#include <errno.h>
-2
View File
@@ -31,8 +31,6 @@ extern "C" {
#include "util/growing_fifo.h"
}
#include <glib.h>
#include <assert.h>
#include <string.h>
-2
View File
@@ -26,8 +26,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <list>
#include <assert.h>
-2
View File
@@ -28,8 +28,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>
-2
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>
-2
View File
@@ -26,8 +26,6 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <math.h>
-2
View File
@@ -22,8 +22,6 @@
#include "PcmUtils.hxx"
#include "AudioFormat.hxx"
#include <glib.h>
#include <stdint.h>
#include <string.h>