]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/omap_synctimer.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / omap_synctimer.c
index 945711eff56e0d7af122fdce20ae31f91ed9ba5c..13e7280e6939857d439c14c1dd4a5a4f500e3d15 100644 (file)
@@ -17,9 +17,9 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
-#include "hw.h"
+#include "hw/hw.h"
 #include "qemu/timer.h"
-#include "omap.h"
+#include "hw/omap.h"
 struct omap_synctimer_s {
     MemoryRegion iomem;
     uint32_t val;