Index: pcbdoc_bin.c =================================================================== --- pcbdoc_bin.c (revision 35539) +++ pcbdoc_bin.c (revision 35540) @@ -38,11 +38,9 @@ #include "pcbdoc_bin.h" #include "altium_kw_sphash.h" -TODO("remove:") -#include - /* optional trace */ #if 1 +# include # define tprintf printf #else static int tprintf(const char *fmt, ...) { return 0; }