On Fri, May 25, 2018 at 08:27:03PM +0200, Juan Quintela wrote: > "Michael S. Tsirkin" <m...@redhat.com> wrote: > > When pulling in headers that are in the same directory as C file (as > > opposed to one in include/), we should use its relative path, without a > > directory. Directory based path works more or less by accident. > > I don't agree with the comment that they work by accident,
Oh I removed this from most commit messages but somehow this one managed to sneek in. I agree, will drop this sentence. > it is > "by-design". But if you want to change the design, I agree with > removing "$ROOT" from the default include path. > > > > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > > Reviewed-by: Juan Quintela <quint...@redhat.com> > > Later, Juan. Thanks!