From ac86048bcd41129b18702ba63395f222871804de Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 10 Nov 2013 14:20:16 +0100 Subject: trace: Remove trace.h from console.h (less dependencies) This reduces the dependencies on trace.h. Only two source files which need console.h also need trace.h. Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- hw/display/vmware_vga.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/display') diff --git a/hw/display/vmware_vga.c b/hw/display/vmware_vga.c index a6a8cdc2e1..aba292ccde 100644 --- a/hw/display/vmware_vga.c +++ b/hw/display/vmware_vga.c @@ -23,6 +23,7 @@ */ #include "hw/hw.h" #include "hw/loader.h" +#include "trace.h" #include "ui/console.h" #include "hw/pci/pci.h" -- cgit v1.2.1