delete integer/bit.hpp (see bit/operation.hpp)

This commit is contained in:
bolero-MURAKAMI 2012-08-09 00:03:30 +09:00
parent c5dfb6c540
commit e15e8f123e
4 changed files with 2 additions and 24 deletions

View file

@ -1,8 +0,0 @@
#ifndef SPROUT_INTEGER_BIT_HPP
#define SPROUT_INTEGER_BIT_HPP
#include <sprout/config.hpp>
#include <sprout/integer/bit_length.hpp>
#include <sprout/integer/bit_reverse.hpp>
#endif // #ifndef SPROUT_INTEGER_BIT_HPP

View file

@ -1,7 +0,0 @@
#ifndef SPROUT_INTEGER_BIT_LENGTH_HPP
#define SPROUT_INTEGER_BIT_LENGTH_HPP
#include <sprout/config.hpp>
#include <sprout/bit/length.hpp>
#endif // #ifndef SPROUT_INTEGER_BIT_LENGTH_HPP

View file

@ -1,7 +0,0 @@
#ifndef SPROUT_INTEGER_BIT_REVERSE_HPP
#define SPROUT_INTEGER_BIT_REVERSE_HPP
#include <sprout/config.hpp>
#include <sprout/bit/reverse.hpp>
#endif // #ifndef SPROUT_INTEGER_BIT_REVERSE_HPP

View file

@ -9,8 +9,8 @@
#include <sprout/container/functions.hpp> #include <sprout/container/functions.hpp>
#include <sprout/iterator/operation.hpp> #include <sprout/iterator/operation.hpp>
#include <sprout/algorithm/fixed/result_of.hpp> #include <sprout/algorithm/fixed/result_of.hpp>
#include <sprout/integer/bit_reverse.hpp> #include <sprout/bit/reverse.hpp>
#include <sprout/integer/bit_length.hpp> #include <sprout/bit/length.hpp>
namespace sprout { namespace sprout {
namespace fixed { namespace fixed {