]> git.sur5r.net Git - openocd/blobdiff - src/pld/pld.c
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
[openocd] / src / pld / pld.c
index 39571400a69fb602b1525bb6a8b5b1fd2a6029f6..48638b925f54a906990d6d1d12f12f7e3f9b2f33 100644 (file)
 #include "config.h"
 #endif
 
-#include "replacements.h"
-
 #include "pld.h"
-
-#include "jtag.h"
-#include "command.h"
 #include "log.h"
 #include "time_support.h"
 
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-
-#include <sys/time.h>
-#include <time.h>
 
 /* pld drivers
  */