Sprout/sprout/algorithm/pop_heap.hpp
2011-09-03 22:26:26 +09:00

8 lines
255 B
C++

#ifndef SPROUT_ALGORITHM_POP_HEAP_HPP
#define SPROUT_ALGORITHM_POP_HEAP_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/pop_heap.hpp>
#include <sprout/algorithm/fit/pop_heap.hpp>
#endif // #ifndef SPROUT_ALGORITHM_POP_HEAP_HPP