Move include files in debian packge into 'senf' subdirectory
[senf.git] / boost / intrusive / detail / irbtree.hpp
index 067830f..0aff738 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef BOOST_INTRUSIVE_IRBTREE_HPP\r
 #define BOOST_INTRUSIVE_IRBTREE_HPP\r
 \r
-#include <boost/intrusive/detail/config_begin.hpp>\r
+#include "config_begin.hpp"\r
 #include <functional>\r
 #include <iterator>\r
 #include <boost/utility.hpp>\r
 #include <utility>\r
 #include <boost/assert.hpp>\r
 #include <boost/static_assert.hpp>\r
-#include <boost/intrusive/detail/pointer_type.hpp>\r
-#include <boost/intrusive/detail/pointer_to_other.hpp>\r
-#include <boost/intrusive/iset_hook.hpp>\r
-#include <boost/intrusive/detail/rbtree_node.hpp>\r
-#include <boost/intrusive/detail/ebo_holder.hpp>\r
-#include <boost/intrusive/rbtree_algorithms.hpp>\r
-#include <boost/intrusive/linking_policy.hpp>\r
+#include "pointer_type.hpp"\r
+#include "pointer_to_other.hpp"\r
+#include "../iset_hook.hpp"\r
+#include "rbtree_node.hpp"\r
+#include "ebo_holder.hpp"\r
+#include "../rbtree_algorithms.hpp"\r
+#include "../linking_policy.hpp"\r
 #include <cstddef>\r
 #include <iterator>\r
 \r
@@ -1183,6 +1183,6 @@ inline void swap(irbtree<V, P, C, S>& x, irbtree<V, P, C, S>& y)
 } //namespace intrusive \r
 } //namespace boost \r
 \r
-#include <boost/intrusive/detail/config_end.hpp>\r
+#include "config_end.hpp"\r
 \r
 #endif //BOOST_INTRUSIVE_IRBTREE_HPP\r