Move include files in debian packge into 'senf' subdirectory
[senf.git] / boost / intrusive / islist.hpp
index a66ace6..5c0478c 100644 (file)
 #ifndef BOOST_INTRUSIVE_ISLIST_HPP\r
 #define BOOST_INTRUSIVE_ISLIST_HPP\r
 \r
-#include <boost/intrusive/detail/config_begin.hpp>\r
+#include "detail/config_begin.hpp"\r
 #include <boost/utility.hpp>\r
 #include <boost/static_assert.hpp>\r
 #include <boost/assert.hpp>\r
 #include <boost/type_traits/is_convertible.hpp>\r
-#include <boost/intrusive/islist_hook.hpp>\r
-#include <boost/intrusive/slist_algorithms.hpp>\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 "islist_hook.hpp"\r
+#include "slist_algorithms.hpp"\r
+#include "detail/pointer_type.hpp"\r
+#include "detail/pointer_to_other.hpp"\r
+#include "linking_policy.hpp"\r
 #include <iterator>\r
 #include <cstddef>\r
 \r
@@ -1386,6 +1386,6 @@ inline void swap(islist<V, C, S>& x, islist<V, C, S>& y)
 } //namespace intrusive \r
 } //namespace boost \r
 \r
-#include <boost/intrusive/detail/config_end.hpp>\r
+#include "detail/config_end.hpp"\r
 \r
 #endif //BOOST_INTRUSIVE_ISLIST_HPP\r