refactor
This commit is contained in:
parent
414f18a518
commit
663c89ac53
@ -22,11 +22,14 @@
|
|||||||
#ifndef REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
#ifndef REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||||
#define 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 "platform/win32_platform.hpp"
|
||||||
#include "utils/unix.hpp"
|
|
||||||
#include "utils/unix/unix_utils.hpp"
|
|
||||||
#include "utils/windows.hpp"
|
#include "utils/windows.hpp"
|
||||||
#include "utils/windows/windows_utils.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_
|
#endif // REPERTORY_INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
|
|
||||||
#include "events/event_system.hpp"
|
#include "events/event_system.hpp"
|
||||||
#include "file_manager/events.hpp"
|
#include "file_manager/events.hpp"
|
||||||
|
#include "platform/platform.hpp"
|
||||||
#include "providers/i_provider.hpp"
|
#include "providers/i_provider.hpp"
|
||||||
#include "utils/error_utils.hpp"
|
#include "utils/error_utils.hpp"
|
||||||
#include "utils/file_utils.hpp"
|
#include "utils/file_utils.hpp"
|
||||||
#include "utils/platform.hpp"
|
|
||||||
|
|
||||||
namespace repertory {
|
namespace repertory {
|
||||||
upload::upload(filesystem_item fsi, i_provider &provider)
|
upload::upload(filesystem_item fsi, i_provider &provider)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user