]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/hcd-xhci.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / usb / hcd-xhci.c
index 2e9a839f2bf94fbfb50e58f36193a4389a0bcfa8..5894a186633414970fe748dbd9f4a72870599a15 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+
 #include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "qemu/timer.h"
+#include "qemu/module.h"
 #include "qemu/queue.h"
 #include "hw/usb.h"
 #include "hw/pci/pci.h"