]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
authz: Normalize #include "authz/trace.h" to "trace.h"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 15 Mar 2019 14:51:17 +0000 (15:51 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 13 May 2019 06:58:55 +0000 (08:58 +0200)
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>
authz/base.c
authz/list.c
authz/listfile.c
authz/pamacct.c
authz/simple.c

index 110dfa419563ac6e7bb76ef50aa1a6520175dc56..baf39fff258a9559bc0bc9199dcfdb5a8b60be8e 100644 (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,
index dc6b0fec13b5e46539e88450d7b8ae7456bfb24c..831da936feaabbf99b0a47adc2001c8573715c0a 100644 (file)
@@ -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"
 
index bc2b58ef6dfd2d6e8540204ac901c0ed4bee82ef..d74bbd10488114ca689f494cdd361f8efe1bc63b 100644 (file)
@@ -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"
index 5038358cdc3dc134d54dfec2461d23a1a513a1c1..7539867923df7d4c1e1fd8c044031bdbea828e92 100644 (file)
@@ -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 <security/pam_appl.h>
index 8ab718803e36fd8866f1c5605f5781445ff0c039..c409ce7efcdcc119e59588cbcbd69607d355c536 100644 (file)
@@ -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,