summaryrefslogtreecommitdiff
path: root/gdb/ppcnbsd-nat.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-11-07 20:10:07 +0000
committerPedro Alves <palves@redhat.com>2012-11-07 20:10:07 +0000
commit0a3dfa95f9db12efdaec4612dd08feb696ecba6e (patch)
treeb59f05f9618c6b0044959777f2ab4cf26997399a /gdb/ppcnbsd-nat.c
parent5cdd252cddeed8c3d748d9b7d71270d2728c1f66 (diff)
downloadgdb-0a3dfa95f9db12efdaec4612dd08feb696ecba6e.tar.gz
2012-11-07 Pedro Alves <palves@redhat.com>
* arm-tdep.c: Make defs.h be the first include. * coff-pe-read.c: Ditto. * gnu-nat.c: Ditto. * go32-nat.c: Ditto. * i386-nat.c: Ditto. * ppcnbsd-nat.c: Ditto. * ada-varobj.h: Don't include defs.h. * i386-darwin-tdep.h: Ditto. * i386-nat.h: Ditto.
Diffstat (limited to 'gdb/ppcnbsd-nat.c')
-rw-r--r--gdb/ppcnbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppcnbsd-nat.c b/gdb/ppcnbsd-nat.c
index 8f732839fd4..2b7837dfeb8 100644
--- a/gdb/ppcnbsd-nat.c
+++ b/gdb/ppcnbsd-nat.c
@@ -19,13 +19,14 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "defs.h"
+
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include <machine/frame.h>
#include <machine/pcb.h>
-#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"