diff options
Diffstat (limited to 'gdb/arm-symbian-tdep.c')
-rw-r--r-- | gdb/arm-symbian-tdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c index e078655..71521de 100644 --- a/gdb/arm-symbian-tdep.c +++ b/gdb/arm-symbian-tdep.c @@ -18,15 +18,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "elf-bfd.h" #include "frame.h" #include "objfiles.h" #include "osabi.h" -#include "solib-target.h" #include "solib.h" +#include "solib-target.h" #include "target.h" +#include "elf-bfd.h" /* If PC is in a DLL import stub, return the address of the `real' function belonging to the stub. */ |