*: include cleanup (using iwyu)
This commit is contained in:
@@ -20,15 +20,12 @@
|
||||
#ifndef MPD_NFS_CONNECTION_HXX
|
||||
#define MPD_NFS_CONNECTION_HXX
|
||||
|
||||
#include "Lease.hxx"
|
||||
#include "Cancellable.hxx"
|
||||
#include "event/SocketMonitor.hxx"
|
||||
#include "event/TimeoutMonitor.hxx"
|
||||
#include "event/DeferredMonitor.hxx"
|
||||
#include "util/Error.hxx"
|
||||
|
||||
#include <boost/intrusive/list.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <forward_list>
|
||||
@@ -37,6 +34,7 @@ struct nfs_context;
|
||||
struct nfsdir;
|
||||
struct nfsdirent;
|
||||
class NfsCallback;
|
||||
class NfsLease;
|
||||
|
||||
/**
|
||||
* An asynchronous connection to a NFS server.
|
||||
|
@@ -33,6 +33,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
NfsFileReader::NfsFileReader()
|
||||
:DeferredMonitor(io_thread_get()), state(State::INITIAL)
|
||||
|
@@ -30,7 +30,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
struct nfsfh;
|
||||
class NfsConnection;
|
||||
|
Reference in New Issue
Block a user