diff options
author | Max Kellermann <max@duempel.org> | 2013-12-15 18:33:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-15 18:33:26 +0100 |
commit | 635d6a19efc61fb59fc51fc280f239501bb9c2d4 (patch) | |
tree | 55574e40d74528af9cbdc96b11d5103bd2042d6a /src/ConfigPath.cxx | |
parent | 777844ae0c0c24720efc1288bb20f12b191e5bdf (diff) | |
download | mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.tar.gz mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.tar.xz mpd-635d6a19efc61fb59fc51fc280f239501bb9c2d4.zip |
util/Tokenizer, ...: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/ConfigPath.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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> |