diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2013-03-09 09:56:03 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-03-10 19:26:22 -0500 |
commit | 7830cf78ac00643930503732834c00387e9e75ff (patch) | |
tree | baa1f4e3bcc3ca029ea7336ce0dee143d693982e /hw | |
parent | d6258c93a7133bb2bf2ab4e91476bc0b631ba7f1 (diff) |
baum: fix build
08744c98115cfa144ed3493556024e400b2e2573 removed hw/baum.h
but did not adjust hw/baum.c, breaking build. Fix.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Message-id: c50406bda98f8b277e8b9004a0012fa5e5c124d0.1362822910.git.blauwirbel@gmail.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/baum.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ #include "char/char.h" #include "qemu/timer.h" #include "usb.h" -#include "baum.h" #include <brlapi.h> #include <brlapi_constants.h> #include <brlapi_keycodes.h> |