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

8 lines
245 B
C++

#ifndef SPROUT_ALGORITHM_REMOVE_HPP
#define SPROUT_ALGORITHM_REMOVE_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/remove.hpp>
#include <sprout/algorithm/fit/remove.hpp>
#endif // #ifndef SPROUT_ALGORITHM_REMOVE_HPP