]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/imx_ccm.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / imx_ccm.c
index 477903a5467fd81e0f4311e7d49085026bd0b769..ad7aad339747356c01a067009099555f63acaedf 100644 (file)
  * the CCM.
  */
 
-#include "hw.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
-#include "imx.h"
+#include "hw/imx.h"
 
 #define CKIH_FREQ 26000000 /* 26MHz crystal input */
 #define CKIL_FREQ    32768 /* nominal 32khz clock */