]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/omap_gpio.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / omap_gpio.c
index aadf1cc59f3ec8a6ab5a3b59629a8febe982c5c8..c79f61c2ba07911206a1d6e54b98bff3ec78e2f7 100644 (file)
@@ -18,9 +18,9 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "hw.h"
-#include "omap.h"
-#include "sysbus.h"
+#include "hw/hw.h"
+#include "hw/omap.h"
+#include "hw/sysbus.h"
 
 struct omap_gpio_s {
     qemu_irq irq;