Commit 635d6a19 authored by Max Kellermann's avatar Max Kellermann

util/Tokenizer, ...: include cleanup

parent 777844ae
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
#include "ArchivePlugin.hxx" #include "ArchivePlugin.hxx"
#endif #endif
#include <glib.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "ConfigGlobal.hxx" #include "ConfigGlobal.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <glib.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include "util/Error.hxx" #include "util/Error.hxx"
#include "Song.hxx" #include "Song.hxx"
#include <glib.h>
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#include "SocketError.hxx" #include "SocketError.hxx"
#include "fd_util.h" #include "fd_util.h"
#include <glib.h>
#include <unistd.h> #include <unistd.h>
#ifndef WIN32 #ifndef WIN32
......
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "Error.hxx" #include "Error.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include <glib.h>
static constexpr Domain tokenizer_domain("tokenizer"); static constexpr Domain tokenizer_domain("tokenizer");
static inline bool static inline bool
......
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