diff options
Diffstat (limited to 'gdb/sparc-nbsd-nat.c')
-rw-r--r-- | gdb/sparc-nbsd-nat.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/sparc-nbsd-nat.c b/gdb/sparc-nbsd-nat.c index 1405f120fa7..d913aa17c47 100644 --- a/gdb/sparc-nbsd-nat.c +++ b/gdb/sparc-nbsd-nat.c @@ -18,11 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "regcache.h" -#include "target.h" -#include "sparc-tdep.h" +/* Local includes. */ +#include "regcache.h" #include "sparc-nat.h" +#include "sparc-tdep.h" +#include "target.h" /* Support for debugging kernel virtual memory images. */ |