Index: cam.c =================================================================== --- cam.c (revision 29256) +++ cam.c (revision 29257) @@ -34,14 +34,14 @@ #include "board.h" #include "hid_cam.h" -#include "hid_attrib.h" -#include "hid_init.h" -#include "hid_nogui.h" -#include "plugins.h" -#include "actions.h" +#include +#include +#include +#include +#include #include "cam_conf.h" -#include "compat_misc.h" -#include "safe_fs.h" +#include +#include #include "../src_plugins/cam/conf_internal.c" static const char *cam_cookie = "cam exporter"; Index: cam_compile.c =================================================================== --- cam_compile.c (revision 29256) +++ cam_compile.c (revision 29257) @@ -31,8 +31,8 @@ #define GVT_DONT_UNDEF #include "cam_compile.h" #include "layer_vis.h" -#include "event.h" -#include "safe_fs.h" +#include +#include #include Index: cam_conf.h =================================================================== --- cam_conf.h (revision 29256) +++ cam_conf.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_VENDOR_CONF_H #define PCB_VENDOR_CONF_H -#include "conf.h" +#include typedef struct { const struct { Index: cam_gui.c =================================================================== --- cam_gui.c (revision 29256) +++ cam_gui.c (revision 29257) @@ -27,8 +27,8 @@ */ #include -#include "hid_dad.h" -#include "hid_dad_tree.h" +#include +#include static const char *OUTFILE_HELP = "Output file name sample, which will\nbe split to prefix and base name (%base%)\nto be used in file name templates"; static const char *PREFIX_HELP = "File name prefix: every output file\npath will start with this prefix.\nIt is derived from outfile.";