aboutsummaryrefslogtreecommitdiff
path: root/authz/listfile.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-03-15 15:51:17 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-05-13 08:58:55 +0200
commit45b1f68ca521aca241d7e67ef74ebf3e8800bce0 (patch)
tree940f770447f186085565533a6dd9d3291fb3ec78 /authz/listfile.c
parent1b6d3b517dea540ee3bf1b7434d5ee455ab226e0 (diff)
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>
Diffstat (limited to 'authz/listfile.c')
-rw-r--r--authz/listfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/authz/listfile.c b/authz/listfile.c
index bc2b58ef6d..d74bbd1048 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"