]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/dataplane/event-poll.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / dataplane / event-poll.c
index 2b55c6e255e5b28a6add7c22eebbc9b6ac67e41e..b98acf9aecb10a579fff094ded009f5d2c6d37e9 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include <sys/epoll.h>
-#include "hw/dataplane/event-poll.h"
+#include "event-poll.h"
 
 /* Add an event notifier and its callback for polling */
 void event_poll_add(EventPoll *poll, EventHandler *handler,