diff --git a/right/src/usb_commands/usb_command_apply_config.c b/right/src/usb_commands/usb_command_apply_config.c index 6d60fd5..954bdd4 100644 --- a/right/src/usb_commands/usb_command_apply_config.c +++ b/right/src/usb_commands/usb_command_apply_config.c @@ -1,8 +1,6 @@ -#include "fsl_common.h" #include "usb_commands/usb_command_apply_config.h" #include "config_parser/config_globals.h" #include "config_parser/parse_config.h" -#include "usb_interfaces/usb_interface_generic_hid.h" #include "usb_protocol_handler.h" #include "keymap.h" diff --git a/right/src/usb_commands/usb_command_get_adc_value.c b/right/src/usb_commands/usb_command_get_adc_value.c index 17c6599..b6eb210 100644 --- a/right/src/usb_commands/usb_command_get_adc_value.c +++ b/right/src/usb_commands/usb_command_get_adc_value.c @@ -1,5 +1,4 @@ #include "usb_protocol_handler.h" -#include "slave_drivers/kboot_driver.h" #include "peripherals/adc.h" void UsbCommand_GetAdcValue(void) diff --git a/right/src/usb_commands/usb_command_get_debug_info.c b/right/src/usb_commands/usb_command_get_debug_info.c index 4f416f9..3fdae2a 100644 --- a/right/src/usb_commands/usb_command_get_debug_info.c +++ b/right/src/usb_commands/usb_command_get_debug_info.c @@ -1,6 +1,4 @@ -#include "fsl_common.h" #include "fsl_i2c.h" -#include "usb_commands/usb_command_get_debug_info.h" #include "usb_protocol_handler.h" #include "slave_scheduler.h" #include "i2c_watchdog.h"