Skip to content
Snippets Groups Projects
Commit abda919d authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix include guards

parent 758aa9f4
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@
*
*/
#ifndef GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H
#define GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H
#ifndef GRPC_TEST_CORE_UTIL_DEBUGGER_MACROS_H
#define GRPC_TEST_CORE_UTIL_DEBUGGER_MACROS_H
void grpc_summon_debugger_macros();
#endif /* GRPC_CORE_EXT_DEBUG_DEBUGGER_MACROS_H */
#endif /* GRPC_TEST_CORE_UTIL_DEBUGGER_MACROS_H */
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