diff options
Diffstat (limited to 'gdb/alpha-nbsd-tdep.c')
-rw-r--r-- | gdb/alpha-nbsd-tdep.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/alpha-nbsd-tdep.c b/gdb/alpha-nbsd-tdep.c index 1922fec..534b646 100644 --- a/gdb/alpha-nbsd-tdep.c +++ b/gdb/alpha-nbsd-tdep.c @@ -20,19 +20,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "alpha-bsd-tdep.h" -#include "alpha-tdep.h" #include "frame.h" #include "gdbcore.h" -#include "nbsd-tdep.h" #include "osabi.h" #include "regcache.h" #include "regset.h" +#include "value.h" + +#include "alpha-tdep.h" +#include "alpha-bsd-tdep.h" +#include "nbsd-tdep.h" #include "solib-svr4.h" #include "target.h" -#include "value.h" /* Core file support. */ |