diff options
author | Emilio G. Cota <cota@braap.org> | 2018-10-20 18:49:53 -0400 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-12-17 06:04:44 +0300 |
commit | fe656e3185fa10973d43492c867643e80fa433cd (patch) | |
tree | 382d270ebe4e52a032dc9d952319a11191aca05e /util | |
parent | c971d8fa73ff92996d751fa87d90f220cf3c8194 (diff) |
include: move exec/tb-hash-xx.h to qemu/xxhash.h
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/qsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qsp.c b/util/qsp.c index dc29c41fde..410f1ba004 100644 --- a/util/qsp.c +++ b/util/qsp.c @@ -61,7 +61,7 @@ #include "qemu/timer.h" #include "qemu/qht.h" #include "qemu/rcu.h" -#include "exec/tb-hash-xx.h" +#include "qemu/xxhash.h" enum QSPType { QSP_MUTEX, |