Remove redundant includes.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "usb_protocol_handler.h"
|
||||
#include "slave_drivers/kboot_driver.h"
|
||||
#include "peripherals/adc.h"
|
||||
|
||||
void UsbCommand_GetAdcValue(void)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user