1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix detail/* directory structures.

This commit is contained in:
bolero-MURAKAMI 2012-06-24 08:22:12 +09:00
parent 1636398742
commit c6fb8af0c5
16 changed files with 24 additions and 24 deletions

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_DETAIL_COUNT_N_HPP
#define SPROUT_DETAIL_COUNT_N_HPP
#ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP
#define SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP
#include <iterator>
#include <sprout/config.hpp>
@ -24,4 +24,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_COUNT_N_HPP
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_HPP

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_DETAIL_COUNT_N_IF_HPP
#define SPROUT_DETAIL_COUNT_N_IF_HPP
#ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP
#define SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP
#include <iterator>
#include <sprout/config.hpp>
@ -24,4 +24,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_COUNT_N_IF_HPP
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_COUNT_N_IF_HPP

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_DETAIL_OVERLAP_COUNT_HPP
#define SPROUT_DETAIL_OVERLAP_COUNT_HPP
#ifndef SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP
#define SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP
#include <iterator>
#include <sprout/config.hpp>
@ -70,4 +70,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_OVERLAP_COUNT_HPP
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_OVERLAP_COUNT_HPP

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
#define SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
#ifndef SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP
#define SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP
#include <iterator>
#include <sprout/config.hpp>
@ -51,4 +51,4 @@ namespace sprout {
} // namespace detail
} // namespace sprout
#endif // #ifndef SPROUT_DETAIL_SET_OVERLAP_COUNT_HPP
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_SET_OVERLAP_COUNT_HPP