summaryrefslogtreecommitdiff
path: root/hw/imx_ccm.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/imx_ccm.c')
-rw-r--r--hw/imx_ccm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/imx_ccm.c b/hw/imx_ccm.c
index 477903a546..ad7aad3397 100644
--- a/hw/imx_ccm.c
+++ b/hw/imx_ccm.c
@@ -10,10 +10,10 @@
* 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 */