diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-05-13 16:27:06 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-06-02 18:14:14 +0300 |
commit | 45936c8b79012da4c8986c20af4afcc9cd14bb8e (patch) | |
tree | d8bfdda3a0340b2d967d94812c739e0c0e16ced5 /include/hw/i386 | |
parent | a88b362c6ffbb7a802bf0ed5ef0e2447164dc989 (diff) |
fw_cfg: move typedef to qemu/typedefs.h
Less header dependencies this way.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/i386')
-rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index fa3bf24c78..b4c8a74ef7 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -8,7 +8,6 @@ #include "hw/block/fdc.h" #include "net/net.h" #include "hw/i386/ioapic.h" -#include "hw/nvram/fw_cfg.h" /* PC-style peripherals (also used by other machines). */ |