Removing extra includes

Removing includes we aren't using

Test: th
Change-Id: Ia5d00436f34138789e43008ecd73d65cbad84bde
This commit is contained in:
Daniel Zheng 2023-09-19 22:23:11 -07:00
parent 2e6aee5316
commit 78fb21c0f8

View file

@ -28,7 +28,6 @@
#include "fastboot.h"
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
@ -44,12 +43,10 @@
#include <unistd.h>
#include <chrono>
#include <fstream>
#include <functional>
#include <iostream>
#include <memory>
#include <regex>
#include <sstream>
#include <string>
#include <thread>
#include <utility>
@ -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"