summaryrefslogtreecommitdiff
path: root/gdb/arm-symbian-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arm-symbian-tdep.c')
-rw-r--r--gdb/arm-symbian-tdep.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c
index 71521de7a91..d890934127d 100644
--- a/gdb/arm-symbian-tdep.c
+++ b/gdb/arm-symbian-tdep.c
@@ -18,13 +18,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local non-gdb includes. */
+#include "elf-bfd.h"
+
+/* Local includes. */
#include "frame.h"
#include "objfiles.h"
#include "osabi.h"
-#include "solib.h"
#include "solib-target.h"
+#include "solib.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. */