diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 14:20:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-14 14:21:11 +0100 |
commit | 3f32a6b6071c61543f8a5179fdd6900e1362cbd6 (patch) | |
tree | dd16c3842af48789703ac56b695ca59431f79dab /src/input/plugins/NfsInputPlugin.cxx | |
parent | 21aa1631a499273961f806a9c0560ea612562ac6 (diff) |
input/nfs: include cleanup
Diffstat (limited to 'src/input/plugins/NfsInputPlugin.cxx')
-rw-r--r-- | src/input/plugins/NfsInputPlugin.cxx | 4 |
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> |