mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ui: move files to ui/ and include/ui/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2870dc3456
commit
28ecbaeecb
80 changed files with 95 additions and 101 deletions
|
@ -22,9 +22,9 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include "../qemu-common.h"
|
||||
#include "../qemu-char.h"
|
||||
#include "../console.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-char.h"
|
||||
#include "ui/console.h"
|
||||
#include "msmouse.h"
|
||||
|
||||
#define MSMOUSE_LO6(n) ((n) & 0x3f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue