Hi Juergen, On 30/05/2023 09:54, Juergen Gross wrote:
There is no real need for including tools/xenstore/utils.h from libxenstore, as only streq() and ARRAY_SIZE() are obtained via that header.streq() is just !strcmp(), and ARRAY_SIZE() is brought in via xen-tools/common-macros.h. Signed-off-by: Juergen Gross <[email protected]>
Acked-by: Julien Grall <[email protected]> Cheers, -- Julien Grall
