Remove redundant includes from s5r code, needed by BL

This commit is contained in:
Andrei 2017-05-30 21:16:03 +03:00
parent ce3c18e050
commit 9ce5e5f444
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ extern LoggingWithStorage tsLogger;
#if EFI_PROD_CODE || defined(__DOXYGEN__)
#include "pin_repository.h"
#include "usbconsole.h"
#include "map_averaging.h"
#if HAL_USE_SERIAL_USB || defined(__DOXYGEN__)
extern SerialUSBDriver SDU1;