Commit 0d1c9782 authored by Peter Maydell's avatar Peter Maydell
Browse files

hw/misc: Clean up includes



Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-25-git-send-email-peter.maydell@linaro.org
parent a4ab4792
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
 *
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/isa/isa.h"
#include "ui/console.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * See the COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "exec/address-spaces.h"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 *
 */

#include "qemu/osdep.h"
#include "hw/sysbus.h"

/* L2C-310 r3p2 */
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 * This code is licensed under the GPL.
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "qemu/timer.h"
#include "qemu/bitops.h"
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
 * with this program; if not, see <http://www.gnu.org/licenses/>.
 */

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/irq.h"
#include "hw/devices.h"
Loading