summaryrefslogtreecommitdiff
path: root/netfs/lib/pch.hpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2014-06-05 08:59:26 +0000
committerrandomdan <randomdan@localhost>2014-06-05 08:59:26 +0000
commit489824e6f44614f864fccc8f7b4fe9d672990cc3 (patch)
treebf1606dcaf162b56f824e34fe810db6539360866 /netfs/lib/pch.hpp
parentSplit out ICE support from project jam file, add support for slicer (diff)
downloadnetfs-489824e6f44614f864fccc8f7b4fe9d672990cc3.tar.bz2
netfs-489824e6f44614f864fccc8f7b4fe9d672990cc3.tar.xz
netfs-489824e6f44614f864fccc8f7b4fe9d672990cc3.zip
Static entry caches
Improved checking of user/group memberships
Diffstat (limited to 'netfs/lib/pch.hpp')
-rw-r--r--netfs/lib/pch.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/netfs/lib/pch.hpp b/netfs/lib/pch.hpp
index bfa768e..91b6a5b 100644
--- a/netfs/lib/pch.hpp
+++ b/netfs/lib/pch.hpp
@@ -3,16 +3,16 @@
#define NETFS_PCH
#include <boost/foreach.hpp>
-#include <boost/thread/locks.hpp>
-#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
-#include <boost/tuple/tuple.hpp>
+#include <boost/multi_index_container.hpp>
+#include <boost/multi_index/member.hpp>
+#include <boost/multi_index/ordered_index.hpp>
#include <exception>
#include <Ice/Ice.h>
#include <map>
#include <set>
#include <string>
-#include <typeinfo>
+#include <lockHelpers.h>
#endif
#endif