diff options
Diffstat (limited to '')
-rw-r--r-- | src/system/SocketUtil.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/system/SocketUtil.cxx b/src/system/SocketUtil.cxx index 9c4002386..b9df0d59d 100644 --- a/src/system/SocketUtil.cxx +++ b/src/system/SocketUtil.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,8 +22,6 @@ #include "SocketError.hxx" #include "fd_util.h" -#include <glib.h> - #include <unistd.h> #ifndef WIN32 |