diff options
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r-- | gdb/bsd-uthread.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index af048f7..a4cc3c9 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -18,6 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ +#include "bsd-uthread.h" +#include "gdb_obstack.h" #include "gdbcore.h" #include "gdbthread.h" #include "inferior.h" @@ -29,10 +33,6 @@ #include "symfile.h" #include "target.h" -#include "gdb_obstack.h" - -#include "bsd-uthread.h" - static const target_info bsd_uthread_target_info = { "bsd-uthreads", N_("BSD user-level threads"), |