]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/pxa2xx_mmci.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / pxa2xx_mmci.c
index 3589968712570270f970d56aab169aaa33c9cbfb..0df83cc1df8ad3f4e5a0f358f66be168526dec38 100644 (file)
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
-#include "hw.h"
-#include "pxa.h"
-#include "sd.h"
-#include "qdev.h"
+#include "hw/hw.h"
+#include "hw/pxa.h"
+#include "hw/sd.h"
+#include "hw/qdev.h"
 
 struct PXA2xxMMCIState {
     MemoryRegion iomem;