Eric Blake wrote: > Include: > #include "file.h" > > but most just have: > > Include: > "file.h"
The latter is a shorthand notation. In the beginning we didn't use the shorthand much. > > Any objections to a patch that normalizes the outliers to drop #include? > > As in the following? Looks all fine to me. Bruno