Removing extra includes
Removing includes we aren't using Test: th Change-Id: Ia5d00436f34138789e43008ecd73d65cbad84bde
This commit is contained in:
parent
2e6aee5316
commit
78fb21c0f8
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue