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

lm32: 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-5-git-send-email-peter.maydell@linaro.org
parent 7b31bbc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
 *
 */

#include <stdio.h>
#include "qemu/osdep.h"
#include "disas/bfd.h"

typedef enum {
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "trace.h"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 */


#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "trace.h"
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
 *   http://www.milkymist.org/socdoc/uart.pdf
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "trace.h"
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
 *
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "trace.h"
Loading