From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:13 +0000 (+0000) Subject: hw/display: Clean up includes X-Git-Tag: v2.6.0-rc0~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47df5154c352415c7487691374fd8284e6a2eb7c;p=thirdparty%2Fqemu.git hw/display: 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: Peter Maydell Message-id: 1453832250-766-21-git-send-email-peter.maydell@linaro.org --- diff --git a/hw/display/ads7846.c b/hw/display/ads7846.c index cb82317119f..05aa2d1e6b6 100644 --- a/hw/display/ads7846.c +++ b/hw/display/ads7846.c @@ -10,6 +10,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/ssi/ssi.h" #include "ui/console.h" diff --git a/hw/display/blizzard.c b/hw/display/blizzard.c index 5019bbbef1f..c231960d96a 100644 --- a/hw/display/blizzard.c +++ b/hw/display/blizzard.c @@ -18,6 +18,7 @@ * with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "ui/console.h" #include "hw/devices.h" diff --git a/hw/display/cg3.c b/hw/display/cg3.c index e309fbe92ed..321a25157bd 100644 --- a/hw/display/cg3.c +++ b/hw/display/cg3.c @@ -23,6 +23,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/error-report.h" #include "ui/console.h" diff --git a/hw/display/cirrus_vga.c b/hw/display/cirrus_vga.c index 5198037d821..b6ce1c8bc71 100644 --- a/hw/display/cirrus_vga.c +++ b/hw/display/cirrus_vga.c @@ -26,6 +26,7 @@ * Reference: Finn Thogersons' VGADOC4b * available at http://home.worldonline.dk/~finth/ */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/pci/pci.h" #include "ui/console.h" diff --git a/hw/display/framebuffer.c b/hw/display/framebuffer.c index 7f075ce776a..df51358e728 100644 --- a/hw/display/framebuffer.c +++ b/hw/display/framebuffer.c @@ -17,6 +17,7 @@ - Remove all DisplayState knowledge from devices. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "ui/console.h" #include "framebuffer.h" diff --git a/hw/display/g364fb.c b/hw/display/g364fb.c index 7f83a007b70..70ef2c74533 100644 --- a/hw/display/g364fb.c +++ b/hw/display/g364fb.c @@ -17,6 +17,7 @@ * with this program; if not, see . */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "qemu/error-report.h" #include "ui/console.h" diff --git a/hw/display/jazz_led.c b/hw/display/jazz_led.c index 1ea49b73899..09dcdb46a34 100644 --- a/hw/display/jazz_led.c +++ b/hw/display/jazz_led.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "ui/console.h" #include "ui/pixel_ops.h" diff --git a/hw/display/omap_dss.c b/hw/display/omap_dss.c index b1c7af5819d..783e9e13183 100644 --- a/hw/display/omap_dss.c +++ b/hw/display/omap_dss.c @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, see . */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "ui/console.h" #include "hw/arm/omap.h" diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c index 678f9a1b423..ce1058bf85f 100644 --- a/hw/display/omap_lcdc.c +++ b/hw/display/omap_lcdc.c @@ -16,6 +16,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, see . */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "ui/console.h" #include "hw/arm/omap.h" diff --git a/hw/display/qxl-logger.c b/hw/display/qxl-logger.c index d944d3fdb51..2ec6d8fa3d6 100644 --- a/hw/display/qxl-logger.c +++ b/hw/display/qxl-logger.c @@ -19,6 +19,7 @@ * along with this program; if not, see . */ +#include "qemu/osdep.h" #include "qemu/timer.h" #include "qxl.h" diff --git a/hw/display/qxl-render.c b/hw/display/qxl-render.c index 7e4ef1ed04d..9ad9d9e0f56 100644 --- a/hw/display/qxl-render.c +++ b/hw/display/qxl-render.c @@ -19,6 +19,7 @@ * along with this program; if not, see . */ +#include "qemu/osdep.h" #include "qxl.h" #include "trace.h" diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 8a3040cbbf7..a423deeceab 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -18,8 +18,8 @@ * along with this program; if not, see . */ +#include "qemu/osdep.h" #include -#include #include "qemu-common.h" #include "qemu/timer.h" diff --git a/hw/display/sm501.c b/hw/display/sm501.c index 3c3f97824bf..29572437e41 100644 --- a/hw/display/sm501.c +++ b/hw/display/sm501.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -#include +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/char/serial.h" #include "ui/console.h" diff --git a/hw/display/ssd0303.c b/hw/display/ssd0303.c index f6804fb51b3..d3017563f3f 100644 --- a/hw/display/ssd0303.c +++ b/hw/display/ssd0303.c @@ -10,6 +10,7 @@ /* The controller can support a variety of different displays, but we only implement one. Most of the commends relating to brightness and geometry setup are ignored. */ +#include "qemu/osdep.h" #include "hw/i2c/i2c.h" #include "ui/console.h" diff --git a/hw/display/ssd0323.c b/hw/display/ssd0323.c index 7545da88d78..14c1bf339cc 100644 --- a/hw/display/ssd0323.c +++ b/hw/display/ssd0323.c @@ -10,6 +10,7 @@ /* The controller can support a variety of different displays, but we only implement one. Most of the commends relating to brightness and geometry setup are ignored. */ +#include "qemu/osdep.h" #include "hw/ssi/ssi.h" #include "ui/console.h" diff --git a/hw/display/tc6393xb.c b/hw/display/tc6393xb.c index 516af1a5c3e..31043b17836 100644 --- a/hw/display/tc6393xb.c +++ b/hw/display/tc6393xb.c @@ -10,6 +10,7 @@ * Contributions after 2012-01-13 are licensed under the terms of the * GNU GPL, version 2 or (at your option) any later version. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/devices.h" #include "hw/block/flash.h" diff --git a/hw/display/tcx.c b/hw/display/tcx.c index d720ea66662..8afc2f33c6d 100644 --- a/hw/display/tcx.c +++ b/hw/display/tcx.c @@ -22,6 +22,7 @@ * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "ui/console.h" #include "ui/pixel_ops.h" diff --git a/hw/display/vga-isa-mm.c b/hw/display/vga-isa-mm.c index 4efc222789e..51ccbccc419 100644 --- a/hw/display/vga-isa-mm.c +++ b/hw/display/vga-isa-mm.c @@ -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 "hw/hw.h" #include "ui/console.h" #include "hw/i386/pc.h" diff --git a/hw/display/vga-isa.c b/hw/display/vga-isa.c index 7f3c98941be..f5aff1cbe08 100644 --- a/hw/display/vga-isa.c +++ b/hw/display/vga-isa.c @@ -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 "hw/hw.h" #include "ui/console.h" #include "hw/i386/pc.h" diff --git a/hw/display/vga-pci.c b/hw/display/vga-pci.c index 1dfa331e601..ac9a76499e9 100644 --- a/hw/display/vga-pci.c +++ b/hw/display/vga-pci.c @@ -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 "hw/hw.h" #include "ui/console.h" #include "hw/pci/pci.h" diff --git a/hw/display/vga.c b/hw/display/vga.c index 84ce0af5623..555cac64c7d 100644 --- a/hw/display/vga.c +++ b/hw/display/vga.c @@ -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 "hw/hw.h" #include "vga.h" #include "ui/console.h" diff --git a/hw/display/vmware_vga.c b/hw/display/vmware_vga.c index 9354037852d..17bba630eb1 100644 --- a/hw/display/vmware_vga.c +++ b/hw/display/vmware_vga.c @@ -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 "hw/hw.h" #include "hw/loader.h" #include "trace.h"