Skip to content

Commit

Permalink
Review include files
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 23, 2023
1 parent d7c371e commit eff46e7
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/net/cookie_exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions src/xtd.core/include/xtd/net/dns.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
/// @copyright Copyright (c) 2023 Gammasoft. All rights reserved.
#pragma once

#include "ip_host_entry"
#include "../core_export"
#include "../static"
#include <vector>
#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 {
Expand Down
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/net/dns_end_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
12 changes: 6 additions & 6 deletions src/xtd.core/include/xtd/net/end_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <memory>
#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 {
Expand Down
12 changes: 6 additions & 6 deletions src/xtd.core/include/xtd/net/ip_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vector>
#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 {
Expand Down
4 changes: 2 additions & 2 deletions src/xtd.core/include/xtd/net/ip_end_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 5 additions & 5 deletions src/xtd.core/include/xtd/net/ip_host_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vector>
#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 {
Expand Down
10 changes: 5 additions & 5 deletions src/xtd.core/include/xtd/net/network_credential.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#pragma once

#include <vector>
#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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
10 changes: 5 additions & 5 deletions src/xtd.core/include/xtd/net/socket_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vector>
#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 {
Expand Down
2 changes: 1 addition & 1 deletion src/xtd.core/include/xtd/net/web_exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eff46e7

Please sign in to comment.