Move include files in debian packge into 'senf' subdirectory
[senf.git] / boost / intrusive / detail / ihashtable.hpp
index 62ea986..f320edb 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef BOOST_INTRUSIVE_IHASHTABLE_HPP\r
 #define BOOST_INTRUSIVE_IHASHTABLE_HPP\r
 \r
-#include <boost/intrusive/detail/config_begin.hpp>\r
+#include "config_begin.hpp"\r
 //std C++\r
 #include <functional>\r
 #include <iterator>\r
 #include <boost/static_assert.hpp>\r
 #include <boost/functional/hash.hpp>\r
 //General intrusive utilities\r
-#include <boost/intrusive/detail/pointer_type.hpp>\r
-#include <boost/intrusive/detail/pointer_to_other.hpp>\r
-#include <boost/intrusive/linking_policy.hpp>\r
+#include "pointer_type.hpp"\r
+#include "pointer_to_other.hpp"\r
+#include "../linking_policy.hpp"\r
 //Implementation utilities\r
-#include <boost/intrusive/iunordered_set_hook.hpp>\r
-#include <boost/intrusive/islist.hpp>\r
+#include "../iunordered_set_hook.hpp"\r
+#include "../islist.hpp"\r
 #include <cstddef>\r
 #include <iterator>\r
 \r
@@ -1012,6 +1012,6 @@ class ihashtable
 } //namespace intrusive \r
 } //namespace boost \r
 \r
-#include <boost/intrusive/detail/config_end.hpp>\r
+#include "config_end.hpp"\r
 \r
 #endif //BOOST_INTRUSIVE_IHASHTABLE_HPP\r