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 <armbru@redhat.com>
Message-Id: <20190315145123.28030-3-armbru@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
Markus Armbruster 2019-03-15 15:51:17 +01:00
parent 1b6d3b517d
commit 45b1f68ca5
5 changed files with 5 additions and 5 deletions

View file

@ -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,