]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/mc146818rtc.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / mc146818rtc.c
index 2fb11f69a31760e1603d7ea11212836b26a8f361..a2119ad2f1b2a2ecd03a27b8a0feb1c9dfe42e5d 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "hw.h"
+#include "hw/hw.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
-#include "mc146818rtc.h"
+#include "hw/mc146818rtc.h"
 #include "qapi/visitor.h"
 
 #ifdef TARGET_I386
-#include "apic.h"
+#include "hw/apic.h"
 #endif
 
 //#define DEBUG_CMOS