diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CommandLine.cxx | 2 | ||||
-rw-r--r-- | src/ConfigPath.cxx | 2 | ||||
-rw-r--r-- | src/DatabaseSave.cxx | 2 | ||||
-rw-r--r-- | src/PlaylistSong.cxx | 2 | ||||
-rw-r--r-- | src/system/SocketUtil.cxx | 2 | ||||
-rw-r--r-- | src/util/Tokenizer.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index c7f10d6b9..58d07ddb7 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -50,8 +50,6 @@ #include "ArchivePlugin.hxx" #endif -#include <glib.h> - #include <stdio.h> #include <stdlib.h> diff --git a/src/ConfigPath.cxx b/src/ConfigPath.cxx index 81db7063f..a2d7c2bb4 100644 --- a/src/ConfigPath.cxx +++ b/src/ConfigPath.cxx @@ -26,8 +26,6 @@ #include "util/Error.hxx" #include "ConfigGlobal.hxx" -#include <glib.h> - #include <assert.h> #include <string.h> diff --git a/src/DatabaseSave.cxx b/src/DatabaseSave.cxx index 67357a9a9..f41edefda 100644 --- a/src/DatabaseSave.cxx +++ b/src/DatabaseSave.cxx @@ -31,8 +31,6 @@ #include "util/Error.hxx" #include "Log.hxx" -#include <glib.h> - #include <string.h> #include <stdlib.h> diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 084f534ad..f016e46b6 100644 --- a/src/PlaylistSong.cxx +++ b/src/PlaylistSong.cxx @@ -30,8 +30,6 @@ #include "util/Error.hxx" #include "Song.hxx" -#include <glib.h> - #include <assert.h> #include <string.h> diff --git a/src/system/SocketUtil.cxx b/src/system/SocketUtil.cxx index 9c4002386..ae98f33ff 100644 --- a/src/system/SocketUtil.cxx +++ b/src/system/SocketUtil.cxx @@ -22,8 +22,6 @@ #include "SocketError.hxx" #include "fd_util.h" -#include <glib.h> - #include <unistd.h> #ifndef WIN32 diff --git a/src/util/Tokenizer.cxx b/src/util/Tokenizer.cxx index c9eb3949e..a57f5b20c 100644 --- a/src/util/Tokenizer.cxx +++ b/src/util/Tokenizer.cxx @@ -24,8 +24,6 @@ #include "Error.hxx" #include "Domain.hxx" -#include <glib.h> - static constexpr Domain tokenizer_domain("tokenizer"); static inline bool |