diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-03-15 15:51:17 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-05-13 08:58:55 +0200 |
commit | 45b1f68ca521aca241d7e67ef74ebf3e8800bce0 (patch) | |
tree | 940f770447f186085565533a6dd9d3291fb3ec78 /authz/pamacct.c | |
parent | 1b6d3b517dea540ee3bf1b7434d5ee455ab226e0 (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/pamacct.c')
-rw-r--r-- | authz/pamacct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authz/pamacct.c b/authz/pamacct.c index 5038358cdc..7539867923 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 <security/pam_appl.h> |