diff options
author | Max Kellermann <max@duempel.org> | 2013-10-15 20:14:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-15 22:51:09 +0200 |
commit | dbd88e6aeff46f43504ea64aed49127ff5848b9f (patch) | |
tree | 65a8c33206591d362b0c80b2219d50adefc1a356 /src/db/SimpleDatabasePlugin.cxx | |
parent | 45418583e9d73f4f0cae52c5726566cf80d9ba42 (diff) | |
download | mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.gz mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.xz mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.zip |
Client, ...: remove unnecessary glib.h include
Diffstat (limited to '')
-rw-r--r-- | src/db/SimpleDatabasePlugin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/db/SimpleDatabasePlugin.cxx b/src/db/SimpleDatabasePlugin.cxx index 2cb820827..03acd1760 100644 --- a/src/db/SimpleDatabasePlugin.cxx +++ b/src/db/SimpleDatabasePlugin.cxx @@ -33,8 +33,6 @@ #include "util/Domain.hxx" #include "Log.hxx" -#include <glib.h> - #include <sys/types.h> #include <errno.h> |