Jan Klemkow wrote:
> I run into double definition problems because of a missing include guard
> in dev/biovar.h.  The diff below should fix that issue.

Where and how? I don't like adding guards blindly because it leads to laziness
and eventually the include situation is a giant tangled mess. Each header
should be included once in the correct place.

Reply via email to