Hi,

> > So for these, we should use "".  None of these are generated files though.
> 
> That leads to crazy inconsistent message for developers where 50% of QEMU
> header files must use <> and the other 50% of header files must use "".

The rules are pretty simple though:

   (1) Headers which are generated use <>.
   (2) Headers which are in include/ use <>.
   (3) Headers sitting in the same directory as the source files use "".

Other cases should not exist (when headers from another source directory
are included they should most likely be moved to include/).

cheers,
  Gerd


Reply via email to