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