diff options
Diffstat (limited to 'backends/tpm/tpm_util.c')
-rw-r--r-- | backends/tpm/tpm_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/tpm/tpm_util.c b/backends/tpm/tpm_util.c index cf13855..f5feb48 100644 --- a/backends/tpm/tpm_util.c +++ b/backends/tpm/tpm_util.c @@ -26,8 +26,8 @@ #include "tpm_int.h" #include "exec/memory.h" #include "hw/qdev-properties.h" -#include "sysemu/tpm_backend.h" -#include "sysemu/tpm_util.h" +#include "system/tpm_backend.h" +#include "system/tpm_util.h" #include "trace.h" /* tpm backend property */ |