Skip to content

Commit

Permalink
Untangling secure and unsecure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Aug 23, 2016
1 parent e3e17d3 commit 455c5d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cpp/common/channel_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <vector>

#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/security/context/security_context.h"
#include "src/core/lib/surface/channel_init.h"
#include "src/core/lib/transport/metadata_batch.h"

Expand All @@ -56,6 +55,11 @@
/// "name-of-filter", GRPC_SERVER_CHANNEL, INT_MAX, nullptr);
/// \endcode

/// Forward declaration to avoid including the file
/// "src/core/lib/security/context/security_context.h"
struct grpc_client_security_context;
struct grpc_server_security_context;

namespace grpc {

/// A C++ wrapper for the \c grpc_metadata_batch struct.
Expand Down

0 comments on commit 455c5d4

Please sign in to comment.