Index: order_pcbway_conf.h =================================================================== --- order_pcbway_conf.h (revision 29256) +++ order_pcbway_conf.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_ORDER_PCBWAY_CONF_H #define PCB_ORDER_PCBWAY_CONF_H -#include "conf.h" +#include typedef struct { const struct { Index: pcbway.c =================================================================== --- pcbway.c (revision 29256) +++ pcbway.c (revision 29257) @@ -33,11 +33,11 @@ #include #include "board.h" -#include "pcb-printf.h" -#include "plugins.h" -#include "safe_fs.h" -#include "paths.h" -#include "compat_fs.h" +#include +#include +#include +#include +#include #include "../src_plugins/lib_wget/lib_wget.h" #include "../src_plugins/order/order.h" #include "order_pcbway_conf.h"