Skip to content
  • Markus Armbruster's avatar
    626fb3c6
    hw/input: Clean up includes · 626fb3c6
    Markus Armbruster authored
    
    
    This commit was created with scripts/clean-includes.
    
    All .c should include qemu/osdep.h first.  The script performs three
    related cleanups:
    
    * Ensure .c files include qemu/osdep.h first.
    * Including it in a .h is redundant, since the .c  already includes
      it.  Drop such inclusions.
    * Likewise, including headers qemu/osdep.h includes is redundant.
      Drop these, too.
    
    Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    Message-Id: <20230202133830.2152150-9-armbru@redhat.com>
    626fb3c6
    hw/input: Clean up includes
    Markus Armbruster authored
    
    
    This commit was created with scripts/clean-includes.
    
    All .c should include qemu/osdep.h first.  The script performs three
    related cleanups:
    
    * Ensure .c files include qemu/osdep.h first.
    * Including it in a .h is redundant, since the .c  already includes
      it.  Drop such inclusions.
    * Likewise, including headers qemu/osdep.h includes is redundant.
      Drop these, too.
    
    Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Reviewed-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    Message-Id: <20230202133830.2152150-9-armbru@redhat.com>
Loading