Change include guards in tmk_core/ and drivers/ to pragma once (#11240)

This commit is contained in:
Ryan
2020-12-26 15:56:11 +11:00
committed by Drashna Jael're
parent 3635973fd5
commit 60fd4d61ef
60 changed files with 96 additions and 258 deletions

View File

@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KEYBOARD_H
#define KEYBOARD_H
#pragma once
#include <stdbool.h>
#include <stdint.h>
@@ -79,5 +78,3 @@ void housekeeping_task_user(void);
#ifdef __cplusplus
}
#endif
#endif