Deleted some header libs from the include/ dir. Moved to CMake fetchcontent
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
// Copyright (C) 2025 DcruBro
|
||||
// Distributed under the terms of the GNU General Public License, either version 2 only or version 3. See LICENSES/ for details.
|
||||
|
||||
#include <asio/asio.hpp>
|
||||
#include <asio.hpp>
|
||||
#include <csignal>
|
||||
#include <iostream>
|
||||
#include <columnlynx/common/utils.hpp>
|
||||
#include <columnlynx/common/panic_handler.hpp>
|
||||
#include <columnlynx/client/net/tcp/tcp_client.hpp>
|
||||
#include <columnlynx/client/net/udp/udp_client.hpp>
|
||||
#include <cxxopts/cxxopts.hpp>
|
||||
#include <cxxopts.hpp>
|
||||
#include <columnlynx/common/net/virtual_interface.hpp>
|
||||
|
||||
using asio::ip::tcp;
|
||||
|
||||
Reference in New Issue
Block a user