diff options
Diffstat (limited to '')
| -rw-r--r-- | tcg/debuginfo.c (renamed from accel/tcg/debuginfo.c) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accel/tcg/debuginfo.c b/tcg/debuginfo.c index 71c66d04d1..3753f7ef67 100644 --- a/accel/tcg/debuginfo.c +++ b/tcg/debuginfo.c @@ -6,11 +6,10 @@ #include "qemu/osdep.h" #include "qemu/lockable.h" +#include "tcg/debuginfo.h" #include <elfutils/libdwfl.h> -#include "debuginfo.h" - static QemuMutex lock; static Dwfl *dwfl; static const Dwfl_Callbacks dwfl_callbacks = { |