From 4350bdd239547533fc43729c8847f9b0848ba071 Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Mon, 18 Mar 2013 20:43:37 -0400 Subject: [PATCH] hw: remove baum.h #include from baum.c commit 08744c "qemu-char: move baum registration to baum.c" removed baum.h but forgot to remove the include in baum.c. Signed-off-by: Sergio Correia --- hw/baum.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/baum.c b/hw/baum.c index d75b15007d44..d8919d54deb7 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