updated build system

This commit is contained in:
2024-08-02 14:39:45 -05:00
parent 4b8ac300c8
commit e14e7e96c7
14 changed files with 20 additions and 19 deletions

View File

@ -23,8 +23,7 @@
#define INCLUDE_COMM_PACKET_PACKET_SERVER_HPP_
#include "comm/packet/client_pool.hpp"
#include "types/repertory.hpp"
#include "utils/utils.hpp"
#include "utils/common.hpp"
using namespace boost::asio;
using boost::asio::ip::tcp;

View File

@ -25,6 +25,8 @@
#include "platform/unix_platform.hpp"
#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"
#endif // INCLUDE_PLATFORM_PLATFORM_HPP_

View File

@ -23,7 +23,6 @@
#define INCLUDE_UTILS_ERROR_UTILS_HPP_
#include "types/repertory.hpp"
#include "utils/error.hpp"
namespace repertory::utils::error {
void raise_error(std::string_view function, std::string_view msg);

View File

@ -22,10 +22,7 @@
#ifndef INCLUDE_UTILS_UTILS_HPP_
#define INCLUDE_UTILS_UTILS_HPP_
#include "types/remote.hpp"
#include "types/repertory.hpp"
#include "utils/unix/unix_utils.hpp"
#include "utils/windows/windows_utils.hpp"
namespace repertory::utils {
void calculate_allocation_size(bool directory, std::uint64_t file_size,