refactor
This commit is contained in:
@ -22,11 +22,14 @@
|
||||
#ifndef REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||
#define REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||
|
||||
#include "platform/unix_platform.hpp"
|
||||
#if defined(_WIN32)
|
||||
#include "platform/win32_platform.hpp"
|
||||
#include "utils/unix.hpp"
|
||||
#include "utils/unix/unix_utils.hpp"
|
||||
#include "utils/windows.hpp"
|
||||
#include "utils/windows/windows_utils.hpp"
|
||||
#else // !defined(_WIN32)
|
||||
#include "platform/unix_platform.hpp"
|
||||
#include "utils/unix.hpp"
|
||||
#include "utils/unix/unix_utils.hpp"
|
||||
#endif // defined(_WIN32)
|
||||
|
||||
#endif // REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||
|
Reference in New Issue
Block a user