Audit and eliminate redundant #include directives in src/flash sources.
[fw/openocd] / src / flash / s3c2410_nand.c
index 8d218f8fb078fcb03861e42ea0694e216bcd809f..951677c5201dfa10cd2a80ec1fdf4de9f1c22e29 100644 (file)
 #include "config.h"
 #endif
 
-#include "replacements.h"
-#include "log.h"
-
-#include <stdlib.h>
-#include <string.h>
-
-#include "nand.h"
 #include "s3c24xx_nand.h"
-#include "target.h"
+
 
 static int s3c2410_nand_device_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct nand_device_s *device);
 static int s3c2410_init(struct nand_device_s *device);