aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-14 14:20:05 +0100
committerMax Kellermann <max@duempel.org>2014-12-14 14:21:11 +0100
commit3f32a6b6071c61543f8a5179fdd6900e1362cbd6 (patch)
treedd16c3842af48789703ac56b695ca59431f79dab
parent21aa1631a499273961f806a9c0560ea612562ac6 (diff)
downloadmpd-3f32a6b6071c61543f8a5179fdd6900e1362cbd6.tar.gz
mpd-3f32a6b6071c61543f8a5179fdd6900e1362cbd6.tar.xz
mpd-3f32a6b6071c61543f8a5179fdd6900e1362cbd6.zip
input/nfs: include cleanup
-rw-r--r--src/input/plugins/NfsInputPlugin.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input/plugins/NfsInputPlugin.cxx b/src/input/plugins/NfsInputPlugin.cxx
index c6c0970b9..c1f7a48ce 100644
--- a/src/input/plugins/NfsInputPlugin.cxx
+++ b/src/input/plugins/NfsInputPlugin.cxx
@@ -28,10 +28,6 @@
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
-extern "C" {
-#include <nfsc/libnfs.h>
-}
-
#include <string.h>
#include <sys/stat.h>
#include <fcntl.h>