Skip to content
Snippets Groups Projects
Commit f183ece7 authored by Alistair Veitch's avatar Alistair Veitch
Browse files

Full path names for header inclusion

parent 41482d8f
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
*
*/
#include "base_resources.h"
#include "src/core/ext/census/base_resources.h"
#include <stdio.h>
#include <string.h>
......@@ -38,7 +38,7 @@
#include <grpc/census.h>
#include <grpc/support/log.h>
#include "resource.h"
#include "src/core/ext/census/resource.h"
// Add base RPC resource definitions for use by RPC runtime.
//
......
......@@ -32,8 +32,8 @@
*/
#include <grpc/census.h>
#include "base_resources.h"
#include "resource.h"
#include "src/core/ext/census/base_resources.h"
#include "src/core/ext/census/resource.h"
static int features_enabled = CENSUS_FEATURE_NONE;
......
......@@ -31,7 +31,7 @@
*
*/
#include "resource.h"
#include "src/core/ext/census/resource.h"
#include "third_party/nanopb/pb_decode.h"
#include <grpc/census.h>
......
......@@ -36,7 +36,7 @@
#define GRPC_CORE_EXT_CENSUS_RESOURCE_H
#include <grpc/grpc.h>
#include "gen/census.pb.h"
#include "src/core/ext/census/gen/census.pb.h"
/* Internal representation of a resource. */
typedef struct {
......
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