]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/vmmouse.c
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into...
[mirror_qemu.git] / hw / i386 / vmmouse.c
index 65ef55329ef214d40da463004187f0cc68705374..012ab903968557969f97663dec56a8308c4df98c 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
-#include "hw/hw.h"
 #include "ui/console.h"
 #include "hw/i386/pc.h"
-#include "hw/qdev.h"
+#include "hw/input/i8042.h"
+#include "hw/qdev-properties.h"
+#include "migration/vmstate.h"
 
 /* debug only vmmouse */
 //#define DEBUG_VMMOUSE