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

alpha: 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-12-git-send-email-peter.maydell@linaro.org
parent b6a0aa05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
along with this file; see the file COPYING.  If not, see
<http://www.gnu.org/licenses/>. */

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

/* MAX is redefined below, so remove any previous definition. */
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * that we need to emulate as well.
 */

#include "qemu/osdep.h"
#include "hw/hw.h"
#include "elf.h"
#include "hw/loader.h"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * ??? Sparse memory access not implemented.
 */

#include "config.h"
#include "qemu/osdep.h"
#include "alpha_sys.h"
#include "qemu/log.h"
#include "sysemu/sysemu.h"
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * This work is licensed under the GNU GPL license version 2 or later.
 */

#include "qemu/osdep.h"
#include "cpu.h"
#include "hw/hw.h"
#include "hw/devices.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
 * <http://www.gnu.org/licenses/lgpl-2.1.html>
 */

#include "qemu/osdep.h"
#include "cpu.h"
#include "qemu-common.h"
#include "migration/vmstate.h"
Loading