commit | dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <[email protected]> | Mon Apr 08 16:55:25 2013 +0200 |
committer | Paolo Bonzini <[email protected]> | Mon Apr 15 18:19:25 2013 +0200 |
tree | 87fed71982c08112ae23dcc41bb19689af23cec2 | |
parent | bdee56f5466a724f043e6cfcfcf69866cc48cc94 [diff] [blame] |
sysemu: avoid proliferation of include/ subdirectories Signed-off-by: Paolo Bonzini <[email protected]>
diff --git a/xen-all.c b/xen-all.c index 31f28fc..539a154 100644 --- a/xen-all.c +++ b/xen-all.c
@@ -16,7 +16,7 @@ #include "hw/xen/xen_backend.h" #include "qmp-commands.h" -#include "char/char.h" +#include "sysemu/char.h" #include "qemu/range.h" #include "sysemu/xen-mapcache.h" #include "trace.h"