Index: edakrill.c =================================================================== --- edakrill.c (revision 29256) +++ edakrill.c (revision 29257) @@ -32,13 +32,13 @@ #include #include #include -#include "error.h" +#include #include "wget_common.h" #include "edakrill.h" -#include "plugins.h" +#include #include "plug_footprint.h" -#include "compat_misc.h" -#include "safe_fs.h" +#include +#include #include "fp_wget_conf.h" #include "globalconst.h" Index: fp_wget.c =================================================================== --- fp_wget.c (revision 29256) +++ fp_wget.c (revision 29257) @@ -1,7 +1,7 @@ #include "config.h" #include "gedasymbols.h" #include "edakrill.h" -#include "plugins.h" +#include #include "fp_wget_conf.h" #include "../src_plugins/fp_wget/conf_internal.c" Index: fp_wget_conf.h =================================================================== --- fp_wget_conf.h (revision 29256) +++ fp_wget_conf.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_FP_WGET_CONF_H #define PCB_FP_WGET_CONF_H -#include "conf.h" +#include typedef struct { const struct { Index: gedasymbols.c =================================================================== --- gedasymbols.c (revision 29256) +++ gedasymbols.c (revision 29257) @@ -32,13 +32,13 @@ #include #include #include -#include "error.h" +#include #include "wget_common.h" #include "gedasymbols.h" -#include "plugins.h" +#include #include "plug_footprint.h" -#include "compat_misc.h" -#include "safe_fs.h" +#include +#include #include "fp_wget_conf.h" #include "globalconst.h" Index: wget_common.c =================================================================== --- wget_common.c (revision 29256) +++ wget_common.c (revision 29257) @@ -29,8 +29,8 @@ #include #include "config.h" #include "wget_common.h" -#include "compat_misc.h" -#include "safe_fs.h" +#include +#include #include "globalconst.h" #include "../src_plugins/lib_wget/lib_wget.h"