]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/intel-hda.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / intel-hda.c
index 784c229d8f68fd4d3631ac58f63ea7d50358ad2e..728b60fb9a7468ea80dfa6e57d70a6c69b12d48f 100644 (file)
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "hw.h"
-#include "pci/pci.h"
-#include "pci/msi.h"
+#include "hw/hw.h"
+#include "hw/pci/pci.h"
+#include "hw/pci/msi.h"
 #include "qemu/timer.h"
-#include "audiodev.h"
-#include "intel-hda.h"
-#include "intel-hda-defs.h"
+#include "hw/audiodev.h"
+#include "hw/intel-hda.h"
+#include "hw/intel-hda-defs.h"
 #include "sysemu/dma.h"
 
 /* --------------------------------------------------------------------- */