Skip to content

Commit

Permalink
usb: Clean up includes
Browse files Browse the repository at this point in the history
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-20-git-send-email-peter.maydell@linaro.org
  • Loading branch information
pm215 committed Jan 29, 2016
1 parent e8d4046 commit e532b2e
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 12 deletions.
1 change: 1 addition & 0 deletions hw/usb/bus.c
@@ -1,3 +1,4 @@
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/usb.h"
#include "hw/qdev.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/ccid-card-emulated.c
Expand Up @@ -26,6 +26,7 @@
* the db parameter.
*/

#include "qemu/osdep.h"
#include <eventt.h>
#include <vevent.h>
#include <vreader.h>
Expand Down
1 change: 1 addition & 0 deletions hw/usb/ccid-card-passthru.c
Expand Up @@ -8,6 +8,7 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include "sysemu/char.h"
#include "qemu/error-report.h"
#include "qemu/sockets.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/combined-packet.c
Expand Up @@ -19,6 +19,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "qemu/iov.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/core.c
Expand Up @@ -23,6 +23,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "qemu/iov.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/desc-msos.c
@@ -1,3 +1,4 @@
#include "qemu/osdep.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"

Expand Down
2 changes: 1 addition & 1 deletion hw/usb/desc.c
@@ -1,4 +1,4 @@
#include <ctype.h>
#include "qemu/osdep.h"

#include "hw/usb.h"
#include "hw/usb/desc.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-audio.c
Expand Up @@ -29,6 +29,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-bluetooth.c
Expand Up @@ -18,6 +18,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-hid.c
Expand Up @@ -22,6 +22,7 @@
* 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 "ui/console.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-hub.c
Expand Up @@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "trace.h"
#include "hw/usb.h"
Expand Down
3 changes: 1 addition & 2 deletions hw/usb/dev-mtp.c
Expand Up @@ -9,11 +9,10 @@
* This code is licensed under the GPL v2 or later.
*/

#include "qemu/osdep.h"
#include <wchar.h>
#include <dirent.h>
#include <unistd.h>

#include <sys/stat.h>
#include <sys/statvfs.h>
#ifdef __linux__
#include <sys/inotify.h>
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-network.c
Expand Up @@ -23,6 +23,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-serial.c
Expand Up @@ -8,6 +8,7 @@
* This code is licensed under the LGPL.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-smartcard-reader.c
Expand Up @@ -34,6 +34,7 @@
* Not sure which messages trigger this.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-storage.c
Expand Up @@ -7,6 +7,7 @@
* This code is licensed under the LGPL.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "qemu/option.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-uas.c
Expand Up @@ -9,6 +9,7 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/option.h"
#include "qemu/config-file.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/dev-wacom.c
Expand Up @@ -25,6 +25,7 @@
* 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 "ui/console.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-ehci-pci.c
Expand Up @@ -15,6 +15,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "qemu/osdep.h"
#include "hw/usb/hcd-ehci.h"
#include "qemu/range.h"

Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-ehci-sysbus.c
Expand Up @@ -15,6 +15,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "qemu/osdep.h"
#include "hw/usb/hcd-ehci.h"

static const VMStateDescription vmstate_ehci_sysbus = {
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-ehci.c
Expand Up @@ -27,6 +27,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/

#include "qemu/osdep.h"
#include "hw/usb/ehci-regs.h"
#include "hw/usb/hcd-ehci.h"
#include "trace.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-musb.c
Expand Up @@ -20,6 +20,7 @@
*
* Only host-mode and non-DMA accesses are currently supported.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/timer.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-ohci.c
Expand Up @@ -25,6 +25,7 @@
* o BIOS work to boot from USB storage
*/

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "qemu/timer.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-uhci.c
Expand Up @@ -25,6 +25,7 @@
* 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/usb.h"
#include "hw/usb/uhci-regs.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/hcd-xhci.c
Expand Up @@ -18,6 +18,7 @@
* 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 "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/host-legacy.c
Expand Up @@ -30,6 +30,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "hw/usb/host.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/host-libusb.c
Expand Up @@ -33,6 +33,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include <poll.h>
#include <libusb.h>

Expand Down
1 change: 1 addition & 0 deletions hw/usb/host-stub.c
Expand Up @@ -30,6 +30,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "ui/console.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/libhw.c
Expand Up @@ -19,6 +19,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/hw.h"
#include "hw/usb.h"
Expand Down
1 change: 1 addition & 0 deletions hw/usb/quirks.c
Expand Up @@ -12,6 +12,7 @@
* (at your option) any later version.
*/

#include "qemu/osdep.h"
#include "quirks.h"
#include "hw/usb.h"

Expand Down
1 change: 1 addition & 0 deletions hw/usb/redirect.c
Expand Up @@ -25,6 +25,7 @@
* THE SOFTWARE.
*/

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/timer.h"
#include "sysemu/sysemu.h"
Expand Down
4 changes: 1 addition & 3 deletions tests/usb-hcd-ehci-test.c
Expand Up @@ -7,12 +7,10 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include <glib.h>
#include <string.h>
#include <stdio.h>
#include "libqtest.h"
#include "libqos/pci-pc.h"
#include "qemu/osdep.h"
#include "hw/usb/uhci-regs.h"
#include "hw/usb/ehci-regs.h"
#include "libqos/usb.h"
Expand Down
3 changes: 1 addition & 2 deletions tests/usb-hcd-ohci-test.c
Expand Up @@ -7,10 +7,9 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include <glib.h>
#include <string.h>
#include "libqtest.h"
#include "qemu/osdep.h"
#include "libqos/usb.h"


Expand Down
3 changes: 1 addition & 2 deletions tests/usb-hcd-uhci-test.c
Expand Up @@ -7,10 +7,9 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include <glib.h>
#include <string.h>
#include "libqtest.h"
#include "qemu/osdep.h"
#include "libqos/usb.h"
#include "hw/usb/uhci-regs.h"

Expand Down
3 changes: 1 addition & 2 deletions tests/usb-hcd-xhci-test.c
Expand Up @@ -7,10 +7,9 @@
* See the COPYING file in the top-level directory.
*/

#include "qemu/osdep.h"
#include <glib.h>
#include <string.h>
#include "libqtest.h"
#include "qemu/osdep.h"
#include "libqos/usb.h"


Expand Down

0 comments on commit e532b2e

Please sign in to comment.