mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-11 22:20:01 +08:00
file name changes
This commit is contained in:
parent
4084e55430
commit
d93caf50b1
@ -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
|
||||
@ -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>
|
||||
@ -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
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user