From eff46e74b9656fcc107d1aa065663b058ef42798 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sat, 23 Sep 2023 21:13:48 +0200 Subject: [PATCH] Review include files --- src/xtd.core/include/xtd/net/cookie_exception.h | 2 +- src/xtd.core/include/xtd/net/dns.h | 6 +++--- src/xtd.core/include/xtd/net/dns_end_point.h | 2 +- src/xtd.core/include/xtd/net/end_point.h | 12 ++++++------ src/xtd.core/include/xtd/net/ip_address.h | 12 ++++++------ src/xtd.core/include/xtd/net/ip_end_point.h | 4 ++-- src/xtd.core/include/xtd/net/ip_host_entry.h | 10 +++++----- src/xtd.core/include/xtd/net/network_credential.h | 10 +++++----- .../include/xtd/net/protocol_violation_exception.h | 2 +- src/xtd.core/include/xtd/net/socket_address.h | 10 +++++----- src/xtd.core/include/xtd/net/web_exception.h | 2 +- 11 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/xtd.core/include/xtd/net/cookie_exception.h b/src/xtd.core/include/xtd/net/cookie_exception.h index bf89a96d5c6a..72c174564fc6 100644 --- a/src/xtd.core/include/xtd/net/cookie_exception.h +++ b/src/xtd.core/include/xtd/net/cookie_exception.h @@ -2,7 +2,7 @@ /// @brief Contains xtd::net::cookie_exception exception. /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once -#include "../format_exception.h" +#include "../format_exception" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/dns.h b/src/xtd.core/include/xtd/net/dns.h index edb62226abea..c66fcf3e747e 100644 --- a/src/xtd.core/include/xtd/net/dns.h +++ b/src/xtd.core/include/xtd/net/dns.h @@ -3,10 +3,10 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once +#include "ip_host_entry" +#include "../core_export" +#include "../static" #include -#include "../core_export.h" -#include "../static.h" -#include "ip_host_entry.h" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/dns_end_point.h b/src/xtd.core/include/xtd/net/dns_end_point.h index 605e12b5abee..fea4f56fb88a 100644 --- a/src/xtd.core/include/xtd/net/dns_end_point.h +++ b/src/xtd.core/include/xtd/net/dns_end_point.h @@ -3,7 +3,7 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once -#include "end_point.h" +#include "end_point" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/end_point.h b/src/xtd.core/include/xtd/net/end_point.h index 63a61723ec31..a73c4121dce3 100644 --- a/src/xtd.core/include/xtd/net/end_point.h +++ b/src/xtd.core/include/xtd/net/end_point.h @@ -3,13 +3,13 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once +#include "socket_address" +#include "sockets/address_family" +#include "../core_export" +#include "../object" +#include "../types" +#include "../ustring" #include -#include "../core_export.h" -#include "../object.h" -#include "../types.h" -#include "../ustring.h" -#include "socket_address.h" -#include "sockets/address_family.h" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/ip_address.h b/src/xtd.core/include/xtd/net/ip_address.h index 848a7f6c9374..9a5f65379590 100644 --- a/src/xtd.core/include/xtd/net/ip_address.h +++ b/src/xtd.core/include/xtd/net/ip_address.h @@ -3,13 +3,13 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once +#include "sockets/address_family" +#include "../core_export" +#include "../iequatable" +#include "../object" +#include "../types" +#include "../ustring" #include -#include "../core_export.h" -#include "../iequatable.h" -#include "../object.h" -#include "../types.h" -#include "../ustring.h" -#include "sockets/address_family.h" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/ip_end_point.h b/src/xtd.core/include/xtd/net/ip_end_point.h index 809097ffa296..ca8d324102d6 100644 --- a/src/xtd.core/include/xtd/net/ip_end_point.h +++ b/src/xtd.core/include/xtd/net/ip_end_point.h @@ -3,8 +3,8 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once -#include "end_point.h" -#include "ip_address.h" +#include "end_point" +#include "ip_address" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/ip_host_entry.h b/src/xtd.core/include/xtd/net/ip_host_entry.h index 5e87ca125028..0eb2b6fb7167 100644 --- a/src/xtd.core/include/xtd/net/ip_host_entry.h +++ b/src/xtd.core/include/xtd/net/ip_host_entry.h @@ -3,12 +3,12 @@ /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once +#include "ip_address" +#include "../core_export" +#include "../object" +#include "../types" +#include "../ustring" #include -#include "../core_export.h" -#include "../object.h" -#include "../types.h" -#include "../ustring.h" -#include "ip_address.h" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/network_credential.h b/src/xtd.core/include/xtd/net/network_credential.h index ee8fe789808d..eea7bd846e64 100644 --- a/src/xtd.core/include/xtd/net/network_credential.h +++ b/src/xtd.core/include/xtd/net/network_credential.h @@ -4,11 +4,11 @@ #pragma once #include -#include "../core_export.h" -#include "../object.h" -#include "../types.h" -#include "../ustring.h" -#include "../security/secure_string.h" +#include "../security/secure_string" +#include "../core_export" +#include "../object" +#include "../types" +#include "../ustring" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/protocol_violation_exception.h b/src/xtd.core/include/xtd/net/protocol_violation_exception.h index 167443531e95..d90c014ac253 100644 --- a/src/xtd.core/include/xtd/net/protocol_violation_exception.h +++ b/src/xtd.core/include/xtd/net/protocol_violation_exception.h @@ -2,7 +2,7 @@ /// @brief Contains xtd::net::protocol_violation_exception exception. /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once -#include "../format_exception.h" +#include "../format_exception" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/socket_address.h b/src/xtd.core/include/xtd/net/socket_address.h index db5967767bb4..6bffd38bd6db 100644 --- a/src/xtd.core/include/xtd/net/socket_address.h +++ b/src/xtd.core/include/xtd/net/socket_address.h @@ -2,12 +2,12 @@ /// @brief Contains xtd::net::socket_address class. #pragma once +#include "sockets/address_family" +#include "../core_export" +#include "../object" +#include "../types" +#include "../ustring" #include -#include "../core_export.h" -#include "../object.h" -#include "../types.h" -#include "../ustring.h" -#include "sockets/address_family.h" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd { diff --git a/src/xtd.core/include/xtd/net/web_exception.h b/src/xtd.core/include/xtd/net/web_exception.h index d7d55c5ccd21..095bb3351417 100644 --- a/src/xtd.core/include/xtd/net/web_exception.h +++ b/src/xtd.core/include/xtd/net/web_exception.h @@ -2,7 +2,7 @@ /// @brief Contains xtd::net::web_exception exception. /// @copyright Copyright (c) 2023 Gammasoft. All rights reserved. #pragma once -#include "../format_exception.h" +#include "../format_exception" /// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. namespace xtd {