]> Git Repo - qemu.git/blobdiff - hw/misc/mos6522.c
Include hw/hw.h exactly where needed
[qemu.git] / hw / misc / mos6522.c
index 14cff26c61d654e5f05632df3c58d10bbb022a3e..f06cf0b52a5df46b489e7504fb8d314fdff979ef 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/hw.h"
 #include "hw/input/adb.h"
+#include "hw/irq.h"
 #include "hw/misc/mos6522.h"
+#include "migration/vmstate.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "qemu/cutils.h"
 #include "qemu/log.h"
+#include "qemu/module.h"
 #include "trace.h"
 
 /* XXX: implement all timer modes */
This page took 0.022735 seconds and 4 git commands to generate.