Commit 47b43a1f authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

hw: move private headers to hw/ subdirectories.



Many headers are used only in a single directory.  These can be
kept in hw/.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 8d8b636d
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "elf.h"
#include "hw/loader.h"
#include "hw/boards.h"
#include "hw/alpha_sys.h"
#include "alpha_sys.h"
#include "sysemu/sysemu.h"
#include "hw/timer/mc146818rtc.h"
#include "hw/ide.h"
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 */

#include "config.h"
#include "hw/alpha_sys.h"
#include "alpha_sys.h"
#include "qemu/log.h"
#include "sysemu/sysemu.h"

+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#include "hw/hw.h"
#include "hw/arm/devices.h"
#include "sysemu/sysemu.h"
#include "hw/alpha_sys.h"
#include "alpha_sys.h"
#include "exec/address-spaces.h"


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include "hw/sysbus.h"
#include "hw/boards.h"
#include "hw/arm/devices.h"
#include "hw/strongarm.h"
#include "strongarm.h"
#include "hw/arm.h"
#include "hw/block/flash.h"
#include "sysemu/blockdev.h"
Loading