changeset 696:dbbafb1f33f3

loadtools/fldevs.c: removed unnecessary #include headers
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 11 Mar 2020 18:24:11 +0000
parents 8d7dcfd9df53
children ecc69f1917e8
files loadtools/fldevs.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/loadtools/fldevs.c	Wed Mar 11 18:21:22 2020 +0000
+++ b/loadtools/fldevs.c	Wed Mar 11 18:24:11 2020 +0000
@@ -2,13 +2,7 @@
  * This module holds the tables of supported flash devices
  */
 
-#include <sys/types.h>
-#include <ctype.h>
-#include <stdio.h>
 #include <stdint.h>
-#include <string.h>
-#include <strings.h>
-#include <stdlib.h>
 #include "flash.h"
 
 extern struct flash_cmdset flash_cmdset_amd;