From 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Mar 2023 14:02:04 +1100 Subject: Remove more empty headers (#20155) --- keyboards/exclusive/e65/e65.c | 17 ----------------- keyboards/exclusive/e6v2/le/le.c | 1 - keyboards/exclusive/e6v2/le_bmc/le_bmc.c | 17 ----------------- keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c | 17 ----------------- keyboards/exclusive/e7v1/e7v1.c | 1 - keyboards/exclusive/e7v1se/e7v1se.c | 17 ----------------- 6 files changed, 70 deletions(-) delete mode 100644 keyboards/exclusive/e65/e65.c delete mode 100644 keyboards/exclusive/e6v2/le/le.c delete mode 100644 keyboards/exclusive/e6v2/le_bmc/le_bmc.c delete mode 100644 keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c delete mode 100644 keyboards/exclusive/e7v1/e7v1.c delete mode 100644 keyboards/exclusive/e7v1se/e7v1se.c (limited to 'keyboards/exclusive') diff --git a/keyboards/exclusive/e65/e65.c b/keyboards/exclusive/e65/e65.c deleted file mode 100644 index feb0e65438..0000000000 --- a/keyboards/exclusive/e65/e65.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 Brice Figureau - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include "e65.h" diff --git a/keyboards/exclusive/e6v2/le/le.c b/keyboards/exclusive/e6v2/le/le.c deleted file mode 100644 index dd973feec5..0000000000 --- a/keyboards/exclusive/e6v2/le/le.c +++ /dev/null @@ -1 +0,0 @@ -#include "le.h" diff --git a/keyboards/exclusive/e6v2/le_bmc/le_bmc.c b/keyboards/exclusive/e6v2/le_bmc/le_bmc.c deleted file mode 100644 index e36cfd645d..0000000000 --- a/keyboards/exclusive/e6v2/le_bmc/le_bmc.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2018 amnesia0287 - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include "le_bmc.h" diff --git a/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c b/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c deleted file mode 100644 index 10dd1a26ed..0000000000 --- a/keyboards/exclusive/e6v2/oe_bmc/oe_bmc.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 MechMerlin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include "oe_bmc.h" diff --git a/keyboards/exclusive/e7v1/e7v1.c b/keyboards/exclusive/e7v1/e7v1.c deleted file mode 100644 index 880121f4f0..0000000000 --- a/keyboards/exclusive/e7v1/e7v1.c +++ /dev/null @@ -1 +0,0 @@ -#include "e7v1.h" diff --git a/keyboards/exclusive/e7v1se/e7v1se.c b/keyboards/exclusive/e7v1se/e7v1se.c deleted file mode 100644 index 69248f01d4..0000000000 --- a/keyboards/exclusive/e7v1se/e7v1se.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 Bart Riemens - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -#include "e7v1se.h" -- cgit v1.2.3