From 9ce5e5f44482b8f051e76722b466f97a10f4f7c0 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 30 May 2017 21:16:03 +0300 Subject: [PATCH] Remove redundant includes from s5r code, needed by BL --- firmware/console/binary/tunerstudio_io.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/console/binary/tunerstudio_io.cpp b/firmware/console/binary/tunerstudio_io.cpp index 17020dcd93..b18e2e4883 100644 --- a/firmware/console/binary/tunerstudio_io.cpp +++ b/firmware/console/binary/tunerstudio_io.cpp @@ -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;