"Jeff Hostetler via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > +#include "test-tool.h" > +#include "cache.h" > +#include "parse-options.h" > +//#include "fsmonitor.h" > +#include "fsmonitor-ipc.h" > +//#include "compat/fsmonitor/fsmonitor-fs-listen.h" > +//#include "fsmonitor--daemon.h" > +//#include "simple-ipc.h" Please never commit a commented-out code. Comments are for humans (and they shouldn't use the // style in this project)---use removal for machines. Thanks.