diff options
Diffstat (limited to 'system/tpm.c')
-rw-r--r-- | system/tpm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/tpm.c b/system/tpm.c index 7164ea7..8df0f6e 100644 --- a/system/tpm.c +++ b/system/tpm.c @@ -17,8 +17,8 @@ #include "qapi/error.h" #include "qapi/qapi-commands-tpm.h" #include "qapi/qmp/qerror.h" -#include "sysemu/tpm_backend.h" -#include "sysemu/tpm.h" +#include "system/tpm_backend.h" +#include "system/tpm.h" #include "qemu/config-file.h" #include "qemu/error-report.h" |