]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i8254_common.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / i8254_common.c
index 8c2e45a92e788ad1173524d451040a6aa12640e8..c6c0c80c248e87ecb547709337d9a52e246d1713 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "hw.h"
-#include "pc.h"
-#include "isa.h"
+#include "hw/hw.h"
+#include "hw/pc.h"
+#include "hw/isa.h"
 #include "qemu/timer.h"
-#include "i8254.h"
-#include "i8254_internal.h"
+#include "hw/i8254.h"
+#include "hw/i8254_internal.h"
 
 /* val must be 0 or 1 */
 void pit_set_gate(ISADevice *dev, int channel, int val)