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