diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-28 23:13:19 -0700 |
commit | d9a60bbd2628f9a19e7bf0ff97c5c156dded73cf (patch) | |
tree | 42e57e6117246be7241a4d09e87c39f24615b447 /test/core/end2end/fixtures/h2_full.c | |
parent | c22781525c1113ae04496f49a5f5fa10fea96534 (diff) | |
parent | afbae1f583b9b34b60a975c0cee7b336399ade8b (diff) |
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'test/core/end2end/fixtures/h2_full.c')
-rw-r--r-- | test/core/end2end/fixtures/h2_full.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/core/end2end/fixtures/h2_full.c b/test/core/end2end/fixtures/h2_full.c index ebaa1c6a2c..4eae620935 100644 --- a/test/core/end2end/fixtures/h2_full.c +++ b/test/core/end2end/fixtures/h2_full.c @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -35,18 +35,18 @@ #include <string.h> -#include "src/core/channel/client_channel.h" -#include "src/core/channel/connected_channel.h" -#include "src/core/channel/http_server_filter.h" -#include "src/core/surface/channel.h" -#include "src/core/surface/server.h" -#include "src/core/transport/chttp2_transport.h" #include <grpc/support/alloc.h> #include <grpc/support/host_port.h> #include <grpc/support/log.h> #include <grpc/support/sync.h> #include <grpc/support/thd.h> #include <grpc/support/useful.h> +#include "src/core/lib/channel/client_channel.h" +#include "src/core/lib/channel/connected_channel.h" +#include "src/core/lib/channel/http_server_filter.h" +#include "src/core/lib/surface/channel.h" +#include "src/core/lib/surface/server.h" +#include "src/core/lib/transport/chttp2_transport.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" |