Skip to content

Commit

Permalink
hw: Clean "hw/devices.h" includes
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180528232719.4721-22-f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
philmd authored and bonzini committed Jun 1, 2018
1 parent ca473f2 commit b969ea6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions include/hw/devices.h
@@ -1,13 +1,10 @@
#ifndef QEMU_DEVICES_H
#define QEMU_DEVICES_H

#include "hw/irq.h"

/* ??? Not all users of this file can include cpu-common.h. */
struct MemoryRegion;

/* Devices that have nowhere better to go. */

#include "hw/hw.h"

/* smc91c111.c */
void smc91c111_init(NICInfo *, uint32_t, qemu_irq);

Expand Down

0 comments on commit b969ea6

Please sign in to comment.