Skip to content

Commit

Permalink
server builder include fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Aug 31, 2016
1 parent fbe8428 commit 468e16d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cpp/server/server_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@

#include <grpc++/impl/service_type.h>
#include <grpc++/server.h>
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
#include <grpc/support/useful.h>

#include "include/grpc/support/useful.h"
#include "src/cpp/server/thread_pool_interface.h"

namespace grpc {
Expand Down

0 comments on commit 468e16d

Please sign in to comment.