From 78fb21c0f8dba54eb9a21f6c71923fd20fbb0511 Mon Sep 17 00:00:00 2001 From: Daniel Zheng Date: Tue, 19 Sep 2023 22:23:11 -0700 Subject: [PATCH] Removing extra includes Removing includes we aren't using Test: th Change-Id: Ia5d00436f34138789e43008ecd73d65cbad84bde --- fastboot/fastboot.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 8ad10dee2..b3f7147e1 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -28,7 +28,6 @@ #include "fastboot.h" -#include #include #include #include @@ -44,12 +43,10 @@ #include #include -#include #include #include #include #include -#include #include #include #include @@ -79,7 +76,6 @@ #include "fastboot_driver_interface.h" #include "fs.h" #include "storage.h" -#include "super_flash_helper.h" #include "task.h" #include "tcp.h" #include "transport.h"