diff options
author | Max Kellermann <max@musicpd.org> | 2017-08-11 09:20:15 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-08-11 09:20:15 +0200 |
commit | 33b41145341477a5a7d451174a2b5f5794a6176b (patch) | |
tree | 73359099be32b0569279eb9c289921371f532f07 /src/client | |
parent | 7a4457402f9c79b6b4d661318be26faf3fb16079 (diff) |
system/fd_util: remove unused library
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientNew.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/ClientNew.cxx b/src/client/ClientNew.cxx index 0b95b79b7..12d302dc1 100644 --- a/src/client/ClientNew.cxx +++ b/src/client/ClientNew.cxx @@ -22,7 +22,6 @@ #include "ClientList.hxx" #include "Partition.hxx" #include "Instance.hxx" -#include "system/fd_util.h" #include "net/UniqueSocketDescriptor.hxx" #include "net/SocketAddress.hxx" #include "net/ToString.hxx" |