diff options
Diffstat (limited to 'hw/sdhci.c')
-rw-r--r-- | hw/sdhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/sdhci.c b/hw/sdhci.c index e535df9671..93feada049 100644 --- a/hw/sdhci.c +++ b/hw/sdhci.c @@ -22,14 +22,14 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include "hw.h" +#include "hw/hw.h" #include "sysemu/blockdev.h" #include "sysemu/dma.h" #include "qemu/timer.h" #include "block/block_int.h" #include "qemu/bitops.h" -#include "sdhci.h" +#include "hw/sdhci.h" /* host controller debug messages */ #ifndef SDHC_DEBUG |