]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/sd.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / sd.c
diff --git a/hw/sd.c b/hw/sd.c
index 428bd78e327fb4958deb06b87108fd7f290938be..a895123867c2d300c1330ee803c9f56f65c690cd 100644 (file)
--- a/hw/sd.c
+++ b/hw/sd.c
@@ -29,9 +29,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "hw.h"
+#include "hw/hw.h"
 #include "block/block.h"
-#include "sd.h"
+#include "hw/sd.h"
 #include "qemu/bitmap.h"
 
 //#define DEBUG_SD 1