Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / opcodes / mips-dis.c
index 5bf33d9f8fddaa45cf389990f2d3ab1bc9ef13f2..8418841842161f7eee02b0eac0dd9be59ae819ac 100644 (file)
@@ -24,6 +24,9 @@
 #include "libiberty.h"
 #include "opcode/mips.h"
 #include "opintl.h"
+#include "elf-bfd.h"
+#include "elf/mips.h"
+#include "elfxx-mips.h"
 
 /* FIXME: These are needed to figure out if the code is mips16 or
    not. The low bit of the address is often a good indicator.  No
@@ -32,8 +35,6 @@
 
 #if !defined(EMBEDDED_ENV)
 #define SYMTAB_AVAILABLE 1
-#include "elf-bfd.h"
-#include "elf/mips.h"
 #endif
 
 /* Mips instructions are at maximum this many bytes long.  */
This page took 0.025813 seconds and 4 git commands to generate.