From 96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb Mon Sep 17 00:00:00 2001 From: Evan Travers Date: Mon, 16 Jul 2018 11:44:16 -0400 Subject: Update template config.h with `#pragma once` (#3415) * Update template config.h with `#pragma once` Making sure this is consistent with #3404 * Move to `#pragma once` for the other templates --- quantum/template/avr/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'quantum/template/avr') diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index ac3174502..f7298cebb 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h @@ -15,10 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef CONFIG_H -#define CONFIG_H - -#include "config_common.h" +#pragma once /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED @@ -215,4 +212,3 @@ along with this program. If not, see . #endif */ -#endif -- cgit v1.2.3-24-g4f1b