diff options
Diffstat (limited to 'include/grpc++')
-rw-r--r-- | include/grpc++/create_channel_posix.h | 6 | ||||
-rw-r--r-- | include/grpc++/server_posix.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/grpc++/create_channel_posix.h b/include/grpc++/create_channel_posix.h index 0ca947d044..0d96159942 100644 --- a/include/grpc++/create_channel_posix.h +++ b/include/grpc++/create_channel_posix.h @@ -36,8 +36,8 @@ #include <memory> -#include <grpc/support/port_platform.h> #include <grpc++/channel.h> +#include <grpc/support/port_platform.h> namespace grpc { @@ -47,8 +47,8 @@ namespace grpc { /// /// \param target The name of the target. /// \param fd The file descriptor representing a socket. -std::shared_ptr<Channel> CreateInsecureChannelFromFd( - const grpc::string& target, int fd); +std::shared_ptr<Channel> CreateInsecureChannelFromFd(const grpc::string& target, + int fd); #endif // GPR_SUPPORT_CHANNELS_FROM_FD diff --git a/include/grpc++/server_posix.h b/include/grpc++/server_posix.h index 1595ba6e00..e6066d4eaa 100644 --- a/include/grpc++/server_posix.h +++ b/include/grpc++/server_posix.h @@ -36,8 +36,8 @@ #include <memory> -#include <grpc/support/port_platform.h> #include <grpc++/server.h> +#include <grpc/support/port_platform.h> namespace grpc { @@ -53,4 +53,4 @@ void AddInsecureChannelFromFd(Server* server, int fd); } // namespace grpc -#endif // GRPCXX_CREATE_CHANNEL_POSIX_H +#endif // GRPCXX_SERVER_POSIX_H |