file name changes

This commit is contained in:
mandreyel 2017-10-05 16:39:56 +02:00
parent 4084e55430
commit d93caf50b1
4 changed files with 7 additions and 7 deletions

View File

@ -180,6 +180,6 @@ bool operator>=(const basic_mmap<CharT, CharTraits>& a,
} // namespace detail
} // namespace mio
#include "mmap_impl.ipp"
#include "basic_mmap.ipp"
#endif // MIO_BASIC_MMAP_HEADER

View File

@ -21,8 +21,8 @@
#ifndef MIO_BASIC_MMAP_IMPL
#define MIO_BASIC_MMAP_IMPL
#include "mmap_impl.hpp"
#include "type_traits.hpp"
#include "basic_mmap.hpp"
#include "string_util.hpp"
#include "../page.hpp"
#include <algorithm>

View File

@ -18,8 +18,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef MIO_TYPE_TRAITS_HEADER
#define MIO_TYPE_TRAITS_HEADER
#ifndef MIO_STRING_UTIL_HEADER
#define MIO_STRING_UTIL_HEADER
#include <type_traits>
@ -70,4 +70,4 @@ template<
} // namespace detail
} // namespace mio
#endif // MIO_TYPE_TRAITS_HEADER
#endif // MIO_STRING_UTIL_HEADER

View File

@ -21,7 +21,7 @@
#ifndef MIO_MMAP_HEADER
#define MIO_MMAP_HEADER
#include "detail/mmap_impl.hpp"
#include "detail/basic_mmap.hpp"
#include <system_error>