diff options
| author | Ryan <fauxpark@gmail.com> | 2024-04-05 14:48:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-05 14:48:21 +1100 |
| commit | a14c03b96e75212d042621f4c68ccbecb7ee9901 (patch) | |
| tree | 6a2de0f8d23d238e99760c5d00d5a90ea10f60fd /keyboards/viktus | |
| parent | f8a7a6848d737b01dcb5843503bcabcdd68cdb01 (diff) | |
Remove more unnecessary `quantum.h` includes (#23402)
Diffstat (limited to 'keyboards/viktus')
| -rw-r--r-- | keyboards/viktus/minne_topre/ec.c | 2 | ||||
| -rw-r--r-- | keyboards/viktus/osav2_numpad_topre/ec.c | 2 | ||||
| -rw-r--r-- | keyboards/viktus/osav2_topre/ec.c | 2 | ||||
| -rw-r--r-- | keyboards/viktus/styrka_topre/ec.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/viktus/minne_topre/ec.c b/keyboards/viktus/minne_topre/ec.c index 569c878582..edd5f9a31d 100644 --- a/keyboards/viktus/minne_topre/ec.c +++ b/keyboards/viktus/minne_topre/ec.c | |||
| @@ -14,8 +14,8 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "quantum.h" | ||
| 18 | #include "ec.h" | 17 | #include "ec.h" |
| 18 | #include <avr/interrupt.h> | ||
| 19 | #include "analog.h" | 19 | #include "analog.h" |
| 20 | //#include "debug.h" // needed for debugging | 20 | //#include "debug.h" // needed for debugging |
| 21 | 21 | ||
diff --git a/keyboards/viktus/osav2_numpad_topre/ec.c b/keyboards/viktus/osav2_numpad_topre/ec.c index e4f59c3b6b..93e698412a 100644 --- a/keyboards/viktus/osav2_numpad_topre/ec.c +++ b/keyboards/viktus/osav2_numpad_topre/ec.c | |||
| @@ -14,8 +14,8 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "quantum.h" | ||
| 18 | #include "ec.h" | 17 | #include "ec.h" |
| 18 | #include <avr/interrupt.h> | ||
| 19 | #include "analog.h" | 19 | #include "analog.h" |
| 20 | //#include "debug.h" // needed for debugging | 20 | //#include "debug.h" // needed for debugging |
| 21 | 21 | ||
diff --git a/keyboards/viktus/osav2_topre/ec.c b/keyboards/viktus/osav2_topre/ec.c index 076ffc0ba8..13d9fde654 100644 --- a/keyboards/viktus/osav2_topre/ec.c +++ b/keyboards/viktus/osav2_topre/ec.c | |||
| @@ -14,8 +14,8 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "quantum.h" | ||
| 18 | #include "ec.h" | 17 | #include "ec.h" |
| 18 | #include <avr/interrupt.h> | ||
| 19 | #include "analog.h" | 19 | #include "analog.h" |
| 20 | //#include "debug.h" // needed for debugging | 20 | //#include "debug.h" // needed for debugging |
| 21 | 21 | ||
diff --git a/keyboards/viktus/styrka_topre/ec.c b/keyboards/viktus/styrka_topre/ec.c index c9980461af..078723f691 100644 --- a/keyboards/viktus/styrka_topre/ec.c +++ b/keyboards/viktus/styrka_topre/ec.c | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "ec.h" | 17 | #include "ec.h" |
| 18 | #include <avr/interrupt.h> | ||
| 18 | 19 | ||
| 19 | #include "quantum.h" | ||
| 20 | #include "analog.h" | 20 | #include "analog.h" |
| 21 | //#include "debug.h" | 21 | //#include "debug.h" |
| 22 | 22 | ||
