aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-tasks.c')
-rw-r--r--gdb/ada-tasks.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c
index ccabc631..b143c67 100644
--- a/gdb/ada-tasks.c
+++ b/gdb/ada-tasks.c
@@ -16,15 +16,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "observable.h"
-#include "gdbcmd.h"
-#include "target.h"
+
+/* Local non-gdb includes. */
#include "ada-lang.h"
+#include "gdbcmd.h"
#include "gdbcore.h"
-#include "inferior.h"
#include "gdbthread.h"
-#include "progspace.h"
+#include "inferior.h"
#include "objfiles.h"
+#include "observable.h"
+#include "progspace.h"
+#include "target.h"
static int ada_build_task_list ();