Commit 48d4ab25 authored by Peter Maydell's avatar Peter Maydell
Browse files

disas: 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: 1454089805-5470-7-git-send-email-peter.maydell@linaro.org
parent aafd7584
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
   You should have received a copy of the GNU General Public License
   along with this program; if not, see <http://www.gnu.org/licenses/>. */

#include "qemu/osdep.h"
#include "disas/bfd.h"

/* HP PA-RISC SOM object file format:  definitions internal to BFD.
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
   and the small letter tells about the operand size.  Refer to
   the Intel manual for details.  */

#include <stdlib.h>
#include "qemu/osdep.h"
#include "disas/bfd.h"
/* include/opcode/i386.h r1.78 */

+1 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
   along with this file; see the file COPYING.  If not, see
   <http://www.gnu.org/licenses/>. */

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

#include "disas/bfd.h"

@@ -27,7 +27,6 @@
   Free Software Foundation, Inc.
   Contributed by David Mosberger-Tang <davidm@hpl.hp.com> */

#include <sys/types.h>

typedef uint64_t ia64_insn;

+1 −2
Original line number Diff line number Diff line
/* This file is composed of several different files from the upstream
   sourceware.org CVS.  Original file boundaries marked with **** */

#include <string.h>
#include "qemu/osdep.h"
#include <math.h>
#include <stdio.h>

#include "disas/bfd.h"

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
   02110-1301, USA.  */

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "disas/bfd.h"

Loading