mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14cccb6185
commit
1de7afc984
496 changed files with 673 additions and 673 deletions
|
@ -6,9 +6,9 @@
|
|||
* This code is licensed under the GNU LGPL.
|
||||
*/
|
||||
#include "hw.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "ptimer.h"
|
||||
#include "host-utils.h"
|
||||
#include "qemu/host-utils.h"
|
||||
|
||||
struct ptimer_state
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue