remove nonexistent stream_context_interface.h from build.json

pull/578/head
Jan Tattermusch 10 years ago
parent 26e2e8f0b5
commit 60ea9130e1
  1. 1
      Makefile
  2. 3
      build.json

@ -3025,7 +3025,6 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/server_credentials.h \
include/grpc++/status.h \
include/grpc++/stream.h \
include/grpc++/stream_context_interface.h \
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))

@ -415,8 +415,7 @@
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
"include/grpc++/status.h",
"include/grpc++/stream.h",
"include/grpc++/stream_context_interface.h"
"include/grpc++/stream.h"
],
"headers": [
"src/cpp/client/channel.h",

Loading…
Cancel
Save