diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-11-10 14:20:17 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-12-02 21:02:00 +0400 |
commit | 12269616227c2ee34f4c853cae676e18a5e01b18 (patch) | |
tree | 675663873ca7f77e2d6c51727cfaaf1d1e7007a1 /hw/usb/hcd-ehci.h | |
parent | ac86048bcd41129b18702ba63395f222871804de (diff) | |
download | qemu-12269616227c2ee34f4c853cae676e18a5e01b18.zip qemu-12269616227c2ee34f4c853cae676e18a5e01b18.tar.gz qemu-12269616227c2ee34f4c853cae676e18a5e01b18.tar.bz2 |
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
This reduces the dependencies on trace.h.
Only one source file which needs hcd-ehci.h also needs trace.h.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/usb/hcd-ehci.h')
-rw-r--r-- | hw/usb/hcd-ehci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-ehci.h b/hw/usb/hcd-ehci.h index 065c9fa..1ad4b96 100644 --- a/hw/usb/hcd-ehci.h +++ b/hw/usb/hcd-ehci.h @@ -21,7 +21,6 @@ #include "qemu/timer.h" #include "hw/usb.h" #include "monitor/monitor.h" -#include "trace.h" #include "sysemu/dma.h" #include "sysemu/sysemu.h" #include "hw/pci/pci.h" |