diff options
-rw-r--r-- | netfs/fuse/pch.hpp | 1 | ||||
-rw-r--r-- | netfs/lib/pch.hpp | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/netfs/fuse/pch.hpp b/netfs/fuse/pch.hpp index 2342973..af51708 100644 --- a/netfs/fuse/pch.hpp +++ b/netfs/fuse/pch.hpp @@ -3,7 +3,6 @@ #define NETFS_FUSE_PCH #include "../lib/pch.hpp" -#include "../../libfusepp/fuseAppBase.h" #include <fuse.h> #include <Ice/Ice.h> diff --git a/netfs/lib/pch.hpp b/netfs/lib/pch.hpp index 026b3c8..82712d2 100644 --- a/netfs/lib/pch.hpp +++ b/netfs/lib/pch.hpp @@ -3,9 +3,9 @@ #define NETFS_PCH #include <boost/thread/shared_mutex.hpp> -#include <boost/multi_index_container.hpp> +#include <boost/multi_index_container_fwd.hpp> #include <boost/multi_index/member.hpp> -#include <boost/multi_index/ordered_index.hpp> +#include <boost/multi_index/ordered_index_fwd.hpp> #include <exception> #include <IceUtil/Shared.h> #include <IceUtil/Handle.h> |