Commit dbd88e6a authored by Max Kellermann's avatar Max Kellermann

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

parent 45418583
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "ClientInternal.hxx" #include "ClientInternal.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
void void
Client::SetExpired() Client::SetExpired()
{ {
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include "AllCommands.hxx" #include "AllCommands.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <string.h> #include <string.h>
#define CLIENT_LIST_MODE_BEGIN "command_list_begin" #define CLIENT_LIST_MODE_BEGIN "command_list_begin"
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include "DatabasePlugin.hxx" #include "DatabasePlugin.hxx"
#include "db/SimpleDatabasePlugin.hxx" #include "db/SimpleDatabasePlugin.hxx"
#include <glib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <atomic> #include <atomic>
#include <assert.h> #include <assert.h>
#include <glib.h>
namespace GlobalEvents { namespace GlobalEvents {
class Monitor final : public DeferredMonitor { class Monitor final : public DeferredMonitor {
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <sys/inotify.h> #include <sys/inotify.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <glib.h>
PlaylistVector::iterator PlaylistVector::iterator
PlaylistVector::find(const char *name) PlaylistVector::find(const char *name)
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#include "Playlist.hxx" #include "Playlist.hxx"
#include "system/FatalError.hxx" #include "system/FatalError.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include "tag/TagId3.hxx" #include "tag/TagId3.hxx"
#include "tag/ApeTag.hxx" #include "tag/ApeTag.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "TimePrint.hxx" #include "TimePrint.hxx"
#include "Client.hxx" #include "Client.hxx"
#include <glib.h>
void void
time_print(Client *client, const char *name, time_t t) time_print(Client *client, const char *name, time_t t)
{ {
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include "Song.hxx" #include "Song.hxx"
#include "DatabaseLock.hxx" #include "DatabaseLock.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <stddef.h>
void void
delete_song(Directory *dir, Song *del) delete_song(Directory *dir, Song *del)
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
#include <cdio/cdio.h> #include <cdio/cdio.h>
#include <cdio/iso9660.h> #include <cdio/iso9660.h>
#include <glib.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <sys/types.h> #include <sys/types.h>
#include <errno.h> #include <errno.h>
......
...@@ -31,8 +31,6 @@ extern "C" { ...@@ -31,8 +31,6 @@ extern "C" {
#include "util/growing_fifo.h" #include "util/growing_fifo.h"
} }
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include <glib.h>
#include <list> #include <list>
#include <assert.h> #include <assert.h>
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <pulse/thread-mainloop.h> #include <pulse/thread-mainloop.h>
#include <pulse/context.h> #include <pulse/context.h>
#include <pulse/introspect.h> #include <pulse/introspect.h>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "util/Domain.hxx" #include "util/Domain.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <math.h> #include <math.h>
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include "PcmUtils.hxx" #include "PcmUtils.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include <glib.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment