summaryrefslogtreecommitdiffstats
path: root/hw/display/g364fb.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:13 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit568640afd512b627ad3ea858bcd22f47cd6b894c (patch)
tree1bc71d1559abc1adb2eb83f0f0669632138f23d0 /hw/display/g364fb.c
parent767ed2c82eaa2250286f0324325480b0324d5540 (diff)
downloadhqemu-568640afd512b627ad3ea858bcd22f47cd6b894c.zip
hqemu-568640afd512b627ad3ea858bcd22f47cd6b894c.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-21-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/display/g364fb.c')
-rw-r--r--hw/display/g364fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/g364fb.c b/hw/display/g364fb.c
index 7f83a00..70ef2c7 100644
--- a/hw/display/g364fb.c
+++ b/hw/display/g364fb.c
@@ -17,6 +17,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "qemu/error-report.h"
#include "ui/console.h"
OpenPOWER on IntegriCloud