Index: board.h =================================================================== --- board.h (revision 15925) +++ board.h (revision 15926) @@ -39,7 +39,6 @@ PCB_NUM_NETLISTS /* so that we know how many netlists we are dealing with */ }; -#include "macro.h" #include #include #include @@ -63,7 +62,7 @@ | This struct is also used for the remove list and for buffer handling */ struct pcb_board_s { - long ID; /* see macro.h */ + long ID; char *Name, /* name of board */ *Filename, /* name of file (from load) */ *PrintFilename, /* from print dialog */