From 7830cf78ac00643930503732834c00387e9e75ff Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 9 Mar 2013 09:56:03 +0000 Subject: [PATCH] baum: fix build 08744c98115cfa144ed3493556024e400b2e2573 removed hw/baum.h but did not adjust hw/baum.c, breaking build. Fix. Signed-off-by: Blue Swirl Message-id: c50406bda98f8b277e8b9004a0012fa5e5c124d0.1362822910.git.blauwirbel@gmail.com Signed-off-by: Anthony Liguori --- hw/baum.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/baum.c b/hw/baum.c index d75b15007..d8919d54d 100644 --- a/hw/baum.c +++ b/hw/baum.c @@ -25,7 +25,6 @@ #include "char/char.h" #include "qemu/timer.h" #include "usb.h" -#include "baum.h" #include #include #include -- 2.39.2