]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/usb/dev-hub.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / usb / dev-hub.c
index 2b64d6ef0349fa92ae370a1a280b18300290bb74..89f55dd25c9503fa294d4270513c967435134d97 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "qapi/error.h"
-#include "qemu-common.h"
 #include "qemu/timer.h"
 #include "trace.h"
 #include "hw/usb.h"
 #include "desc.h"
 #include "qemu/error-report.h"
+#include "qemu/module.h"
 
 #define MAX_PORTS 8