Re: [Qemu-devel] [PATCH 22/67] ui: use local path for local headers

2018-05-08 Thread Philippe Mathieu-Daudé
On 05/03/2018 04:51 PM, Michael S. Tsirkin 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. > > Signed-off-by: Michael S. Tsirkin

[Qemu-devel] [PATCH 22/67] ui: use local path for local headers

2018-05-03 Thread Michael S. Tsirkin
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. Signed-off-by: Michael S. Tsirkin --- ui/gtk.c | 2 +- ui/input-keymap.c | 2 +- u