From: Markus Armbruster Date: Fri, 15 Mar 2019 14:51:17 +0000 (+0100) Subject: authz: Normalize #include "authz/trace.h" to "trace.h" X-Git-Tag: v4.1.0-rc0~114^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45b1f68ca521aca241d7e67ef74ebf3e8800bce0;p=thirdparty%2Fqemu.git authz: Normalize #include "authz/trace.h" to "trace.h" Include the generated trace.h the same way as we do everywhere else. Signed-off-by: Markus Armbruster Message-Id: <20190315145123.28030-3-armbru@redhat.com> Acked-by: Daniel P. Berrangé Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/authz/base.c b/authz/base.c index 110dfa41956..baf39fff258 100644 --- a/authz/base.c +++ b/authz/base.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/base.h" -#include "authz/trace.h" +#include "trace.h" bool qauthz_is_allowed(QAuthZ *authz, const char *identity, diff --git a/authz/list.c b/authz/list.c index dc6b0fec13b..831da936fea 100644 --- a/authz/list.c +++ b/authz/list.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/list.h" -#include "authz/trace.h" +#include "trace.h" #include "qom/object_interfaces.h" #include "qapi/qapi-visit-authz.h" diff --git a/authz/listfile.c b/authz/listfile.c index bc2b58ef6df..d74bbd10488 100644 --- a/authz/listfile.c +++ b/authz/listfile.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/listfile.h" -#include "authz/trace.h" +#include "trace.h" #include "qemu/error-report.h" #include "qemu/main-loop.h" #include "qemu/sockets.h" diff --git a/authz/pamacct.c b/authz/pamacct.c index 5038358cdc3..7539867923d 100644 --- a/authz/pamacct.c +++ b/authz/pamacct.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/pamacct.h" -#include "authz/trace.h" +#include "trace.h" #include "qom/object_interfaces.h" #include diff --git a/authz/simple.c b/authz/simple.c index 8ab718803e3..c409ce7efcd 100644 --- a/authz/simple.c +++ b/authz/simple.c @@ -20,7 +20,7 @@ #include "qemu/osdep.h" #include "authz/simple.h" -#include "authz/trace.h" +#include "trace.h" #include "qom/object_interfaces.h" static bool qauthz_simple_is_allowed(QAuthZ *authz,