diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-03 20:21:00 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-03-01 13:18:23 +0100 |
commit | 159b6e9f144c7afdf3ad95c29d1fede9626fa8b1 (patch) | |
tree | 4ad8c6bed22882acc92dee8fc6bdf0ea15089ae2 /vl.c | |
parent | 288f1e3f87ec24abeac38399f175fe74243f7bc5 (diff) |
hw: move char backends to backends/
Braille and msmouse support is in hw/, but it is not hardware.
Move it to the backends/ directory.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ int main(int argc, char **argv) #include "hw/pcmcia.h" #include "hw/pc.h" #include "hw/isa.h" -#include "hw/baum.h" +#include "char/baum.h" #include "hw/bt.h" #include "hw/watchdog.h" #include "hw/smbios.h" |