# HG changeset patch # User Mychaela Falconia <falcon@freecalypso.org> # Date 1583951051 0 # Node ID dbbafb1f33f3d5dd626646c765a5652d9e451182 # Parent 8d7dcfd9df531f7438ada2f43560919d50e49a4e loadtools/fldevs.c: removed unnecessary #include headers diff -r 8d7dcfd9df53 -r dbbafb1f33f3 loadtools/fldevs.c --- 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;