Commit a4ab4792 authored by Peter Maydell's avatar Peter Maydell
Browse files

hw/scsi: Clean up includes



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: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-24-git-send-email-peter.maydell@linaro.org
parent 97d5408f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
 * THE SOFTWARE.
 */

#include "qemu/osdep.h"
#include "hw/pci/pci.h"
#include "hw/nvram/eeprom93xx.h"
#include "hw/scsi/esp.h"
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
 * THE SOFTWARE.
 */

#include "qemu/osdep.h"
#include "hw/sysbus.h"
#include "hw/scsi/esp.h"
#include "trace.h"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * as well-behaved operating systems will not try to use them.
 */

#include <assert.h>
#include "qemu/osdep.h"

#include "hw/hw.h"
#include "hw/pci/pci.h"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/pci/pci.h"
#include "sysemu/dma.h"
+1 −0
Original line number Diff line number Diff line
#include "qemu/osdep.h"
#include "hw/hw.h"
#include "qemu/error-report.h"
#include "hw/scsi/scsi.h"
Loading