input/nfs: move nfs_domain to lib/nfs/Domain.cxx

This commit is contained in:
Max Kellermann
2014-02-08 14:24:00 +01:00
parent fe7c6fee34
commit d761d8b168
4 changed files with 53 additions and 3 deletions

View File

@@ -21,9 +21,9 @@
#include "NfsInputPlugin.hxx"
#include "../InputStream.hxx"
#include "../InputPlugin.hxx"
#include "lib/nfs/Domain.hxx"
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
extern "C" {
#include <nfsc/libnfs.h>
@@ -32,8 +32,6 @@ extern "C" {
#include <sys/stat.h>
#include <fcntl.h>
static constexpr Domain nfs_domain("nfs");
class NfsInputStream {
InputStream base;