diff options
Diffstat (limited to 'gdb/alpha-bsd-tdep.c')
-rw-r--r-- | gdb/alpha-bsd-tdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/alpha-bsd-tdep.c b/gdb/alpha-bsd-tdep.c index 350c197..a032f95 100644 --- a/gdb/alpha-bsd-tdep.c +++ b/gdb/alpha-bsd-tdep.c @@ -18,10 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "regcache.h" -#include "alpha-tdep.h" +/* Local non-gdb includes. */ #include "alpha-bsd-tdep.h" +#include "alpha-tdep.h" +#include "regcache.h" /* Conviently, GDB uses the same register numbering as the ptrace register structure used by BSD on Alpha. */ |