Remove commented out includes.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#if !defined(__COMMAND_PACKET_H__)
|
||||
#define __COMMAND_PACKET_H__
|
||||
|
||||
//#include "bootloader_common.h"
|
||||
#include "stdint.h"
|
||||
|
||||
//! @addtogroup packet
|
||||
|
||||
@@ -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
|
||||
//! @{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user