Context-head-file (#2021)

* Context-head-file

Signed-off-by: adream307 <adream307@163.com>

* clang-format

Signed-off-by: adream307 <adream307@163.com>

Co-authored-by: adream307 <adream307@163.com>
This commit is contained in:
adream307 2020-04-21 19:04:06 +08:00 committed by GitHub
parent 7b6ff08466
commit a3d99de5de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
#pragma once
#include <grpcpp/server_context.h>
#include <server/context/Context.h>
#include <cstdint>
#include <map>
@ -24,6 +23,7 @@
#include "grpc/gen-milvus/milvus.grpc.pb.h"
#include "grpc/gen-status/status.pb.h"
#include "opentracing/tracer.h"
#include "server/context/Context.h"
#include "server/delivery/RequestHandler.h"
#include "server/grpc_impl/interceptor/GrpcInterceptorHookHandler.h"
#include "src/utils/Status.h"