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

@@ -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