]> git.proxmox.com Git - qemu.git/blobdiff - hw/hid.c
hw: include hw header files with full paths
[qemu.git] / hw / hid.c
index 89b5415c0fefcafa9ffd185a287c8f75cd8d21ff..28b34747ff82c4c772fc3d4d455a6bc7de472d96 100644 (file)
--- a/hw/hid.c
+++ b/hw/hid.c
  * 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 "qemu/timer.h"
-#include "hid.h"
+#include "hw/hid.h"
 
 #define HID_USAGE_ERROR_ROLLOVER        0x01
 #define HID_USAGE_POSTFAIL              0x02