commit | dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 08 16:55:25 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | 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 <pbonzini@redhat.com>
diff --git a/hmp.c b/hmp.c index dbe9b90..1675e77 100644 --- a/hmp.c +++ b/hmp.c
@@ -15,7 +15,7 @@ #include "hmp.h" #include "net/net.h" -#include "char/char.h" +#include "sysemu/char.h" #include "qemu/option.h" #include "qemu/timer.h" #include "qmp-commands.h"