diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:53:05 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:53:05 -0700 |
commit | 3598d4457d508a904cef70fd6fdbb632af7e7e09 (patch) | |
tree | 00c8b02752c1697e0092c3336514232fe3566f0d /src/core/support/load_file.h | |
parent | 7d5383690308f2dd7ac274c6fbe13da9bff53dde (diff) |
Fixed include guards
Diffstat (limited to 'src/core/support/load_file.h')
-rw-r--r-- | src/core/support/load_file.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/support/load_file.h b/src/core/support/load_file.h index 746319a50d..5896654e9a 100644 --- a/src/core/support/load_file.h +++ b/src/core/support/load_file.h @@ -31,8 +31,8 @@ * */ -#ifndef GRPC_INTERNAL_CORE_SUPPORT_LOAD_FILE_H -#define GRPC_INTERNAL_CORE_SUPPORT_LOAD_FILE_H +#ifndef GRPC_CORE_SUPPORT_LOAD_FILE_H +#define GRPC_CORE_SUPPORT_LOAD_FILE_H #include <stdio.h> @@ -52,4 +52,4 @@ gpr_slice gpr_load_file(const char *filename, int add_null_terminator, } #endif -#endif /* GRPC_INTERNAL_CORE_SUPPORT_LOAD_FILE_H */ +#endif /* GRPC_CORE_SUPPORT_LOAD_FILE_H */ |