]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/input/adb-kbd.c
Include qemu/module.h where needed, drop it from qemu-common.h
[mirror_qemu.git] / hw / input / adb-kbd.c
index b026e9d49fda872e0285d5ab9e0ed0f022b63d2f..da361f56df40c9cff1d1995dc4eb0eab31ad09be 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "hw/input/adb.h"
+#include "qemu/module.h"
 #include "ui/input.h"
 #include "hw/input/adb-keys.h"
 #include "sysemu/sysemu.h"