]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/vmmouse.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / vmmouse.c
index b9afc2c4e8bd03b213ee6d3c655a068708408e32..a9d227e17d42c030960ca360859fdc672e44480d 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include "hw.h"
+#include "hw/hw.h"
 #include "ui/console.h"
-#include "ps2.h"
-#include "pc.h"
-#include "qdev.h"
+#include "hw/ps2.h"
+#include "hw/pc.h"
+#include "hw/qdev.h"
 
 /* debug only vmmouse */
 //#define DEBUG_VMMOUSE