Skip to content
Snippets Groups Projects
Commit d58e74e7 authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

Merge pull request #10381 from dgquintas/remove_lr_from_server_context

Removed wrong LR include from codegen
parents e0af6b4c 55c895a6
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <vector> #include <vector>
#include <grpc/impl/codegen/compression_types.h> #include <grpc/impl/codegen/compression_types.h>
#include <grpc/load_reporting.h>
#include <grpc++/impl/codegen/config.h> #include <grpc++/impl/codegen/config.h>
#include <grpc++/impl/codegen/create_auth_context.h> #include <grpc++/impl/codegen/create_auth_context.h>
......
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include <grpc++/support/time.h> #include <grpc++/support/time.h>
#include <grpc/compression.h> #include <grpc/compression.h>
#include <grpc/grpc.h> #include <grpc/grpc.h>
#include <grpc/load_reporting.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment