aboutsummaryrefslogtreecommitdiffstats
path: root/src/TimePrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-15 20:14:36 +0200
committerMax Kellermann <max@duempel.org>2013-10-15 22:51:09 +0200
commitdbd88e6aeff46f43504ea64aed49127ff5848b9f (patch)
tree65a8c33206591d362b0c80b2219d50adefc1a356 /src/TimePrint.cxx
parent45418583e9d73f4f0cae52c5726566cf80d9ba42 (diff)
downloadmpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.gz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.tar.xz
mpd-dbd88e6aeff46f43504ea64aed49127ff5848b9f.zip
Client, ...: remove unnecessary glib.h include
Diffstat (limited to 'src/TimePrint.cxx')
-rw-r--r--src/TimePrint.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/TimePrint.cxx b/src/TimePrint.cxx
index a0b07c447..129fa5352 100644
--- a/src/TimePrint.cxx
+++ b/src/TimePrint.cxx
@@ -21,8 +21,6 @@
#include "TimePrint.hxx"
#include "Client.hxx"
-#include <glib.h>
-
void
time_print(Client *client, const char *name, time_t t)
{