From 48f4768d33313e6a6ed48c31f95eb44feda10a51 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 26 Dec 2020 15:53:12 +1100 Subject: Change include guards in quantum/ to pragma once (#11239) --- quantum/variable_trace.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'quantum/variable_trace.h') diff --git a/quantum/variable_trace.h b/quantum/variable_trace.h index 26b810d3cd..f4d1253800 100644 --- a/quantum/variable_trace.h +++ b/quantum/variable_trace.h @@ -14,8 +14,7 @@ * along with this program. If not, see . */ -#ifndef VARIABLE_TRACE_H -#define VARIABLE_TRACE_H +#pragma once // For more information about the variable tracing see the readme. @@ -46,4 +45,3 @@ void add_traced_variable(const char* name, void* addr, unsigned size, const char* func, int line); void remove_traced_variable(const char* name, const char* func, int line); void verify_traced_variables(const char* func, int line); -#endif -- cgit v1.2.3