diff options
| author | Evan Lojewski <github@meklort.com> | 2020-11-07 15:30:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-07 15:30:42 -0700 |
| commit | 86e905d8e482562b78bff17e68f5cf0e1537cf2f (patch) | |
| tree | 472775dd12ad249b56a83d62ce182c295581adb5 /utils/bcmflash/main.cpp | |
| parent | 480d53103ecbf4369e5e8dadf653072af7e6fdd5 (diff) | |
| download | bcm5719-ortega-86e905d8e482562b78bff17e68f5cf0e1537cf2f.tar.gz bcm5719-ortega-86e905d8e482562b78bff17e68f5cf0e1537cf2f.zip | |
build: Cleanup various include files. (#163)
Diffstat (limited to 'utils/bcmflash/main.cpp')
| -rw-r--r-- | utils/bcmflash/main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/bcmflash/main.cpp b/utils/bcmflash/main.cpp index 6bb34a9..32c5916 100644 --- a/utils/bcmflash/main.cpp +++ b/utils/bcmflash/main.cpp @@ -51,20 +51,12 @@ #include <OptionParser.h> #include <bcm5719_DEVICE.h> #include <bcm5719_eeprom.h> -#include <dirent.h> #include <endian.h> -#include <errno.h> -#include <fcntl.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> -#include <stdlib.h> #include <string.h> #include <string> -#include <sys/mman.h> -#include <sys/stat.h> -#include <sys/types.h> -#include <unistd.h> #include <vector> #define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_PATCH) |

