Remove commented out includes.

This commit is contained in:
László Monda
2017-04-11 22:55:12 +02:00
parent e0ca16525d
commit ffdc6b28ab
13 changed files with 0 additions and 26 deletions

View File

@@ -3,7 +3,6 @@
#include "usb_device.h"
#include "usb_device_class.h"
//#include "usb_device_msc.h"
#include "usb_device_hid.h"
#include "usb_device_ch9.h"
#include "usb_descriptor.h"

View File

@@ -1,7 +1,6 @@
#ifndef __USB_DEVICE_COMPOSITE_H__
#define __USB_DEVICE_COMPOSITE_H__ 1
//#include "msc_disk.h"
#include "hid_bootloader.h"
#include "usb_device_config.h"

View File

@@ -4,7 +4,6 @@
#include "usb_device_class.h"
#include "usb_device_hid.h"
//#include "usb_device_msc.h"
#include "bootloader_hid_report_ids.h"
#include "usb_descriptor.h"

View File

@@ -5,7 +5,6 @@
#include "bootloader/bl_peripheral.h"
#include "memory.h"
#include "packet/command_packet.h"
//#include "bootloader/bl_command.h"
#include "property.h"
#include "command.h"

View File

@@ -3,12 +3,7 @@
#include "bootloader_common.h"
#include "bootloader/bl_peripheral.h"
//#include "bootloader/bl_command.h"
#include "bootloader/bl_context.h"
//#include "bootloader/bl_version.h"
//#include "bootloader/bl_user_entry.h"
//#include "bootloader/bl_peripheral_interface.h"
//#include "bootloader/bl_shutdown_cleanup.h"
////////////////////////////////////////////////////////////////////////////////
// Definitions

View File

@@ -11,7 +11,6 @@
#include "fsl_common.h"
#if defined(BOOTLOADER_HOST)
//#include "blfwk/bootloader_config.h"
#elif defined(BUSPAL)
#include "../src/buspal_config.h"
#else

View File

@@ -1,12 +1,8 @@
//#include "memory/memory.h"
//#include "property/property.h"
//#include "utilities/fsl_assert.h"
#include <string.h>
#include <stdint.h>
#include "command.h"
#include "packet/serial_packet.h"
#include "crc16.h"
//#include "utilities/fsl_rtos_abstraction.h"
#include "fsl_flash.h"
#include "fsl_device_registers.h"

View File

@@ -1,7 +1,5 @@
#include "bootloader_common.h"
#include "crc16.h"
//#include "utilities/fsl_assert.h"
//#include "utilities/fsl_rtos_abstraction.h"
#if !defined(BOOTLOADER_HOST)
#include "fsl_device_registers.h"

View File

@@ -6,7 +6,6 @@
*/
#include "microseconds/microseconds.h"
#include <stdarg.h>
//#include "bootloader_common.h"
#include "bus_pal_hardware.h"
////////////////////////////////////////////////////////////////////////////////

View File

@@ -4,7 +4,6 @@
*
* Notes: The driver configure sysclk as lifetime timer
*/
//#include "bootloader_common.h"
#include "microseconds/microseconds.h"
#include "fsl_device_registers.h"
#include <stdarg.h>

View File

@@ -1,7 +1,6 @@
#if !defined(__COMMAND_PACKET_H__)
#define __COMMAND_PACKET_H__
//#include "bootloader_common.h"
#include "stdint.h"
//! @addtogroup packet

View File

@@ -1,5 +1,4 @@
#include <string.h>
//#include "bootloader_common.h"
#include "bootloader/bl_context.h"
#include "bootloader/bootloader.h"
#include "packet/command_packet.h"
@@ -7,11 +6,6 @@
#include "fsl_common.h"
#include "bl_peripheral.h"
#include "crc16.h"
//#include "utilities/fsl_assert.h"
#ifndef BOOTLOADER_HOST
#include "microseconds/microseconds.h"
#endif
//! @addtogroup packet
//! @{

View File

@@ -4,7 +4,6 @@
#include "bootloader_common.h"
#include "bootloader/bl_peripheral.h"
#include "command_packet.h"
//#include "property/property.h"
#include "stdbool.h"
//! @addtogroup packet