Index: bom2.c =================================================================== --- bom2.c (revision 38005) +++ bom2.c (revision 38006) @@ -2,17 +2,8 @@ #include "conf_core.h" #include -#include -#include #include -#include -#include -#include -#include -#include -#include -#include #include "build_run.h" #include "board.h" #include "data.h" @@ -21,7 +12,6 @@ #include #include #include -#include #include #include "bom2_conf.h" Index: lib_bom.h =================================================================== --- lib_bom.h (revision 38005) +++ lib_bom.h (revision 38006) @@ -1,3 +1,12 @@ +#include +#include +#include +#include +#include +#include +#include +#include + /*** formats & templates ***/ typedef struct { const char *header, *item, *footer, *subc2id;