aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-11-07 20:10:13 +0000
committerPedro Alves <palves@redhat.com>2012-11-07 20:10:13 +0000
commit0baeab039d381898c210a40117e36320177de83f (patch)
tree640cc8f39580996f79393175841669f0072bca7f /gdb/gnu-nat.c
parent892a857082ec8898468ef345cf615268290eee4b (diff)
downloadfsf-binutils-gdb-0baeab039d381898c210a40117e36320177de83f.zip
fsf-binutils-gdb-0baeab039d381898c210a40117e36320177de83f.tar.gz
fsf-binutils-gdb-0baeab039d381898c210a40117e36320177de83f.tar.bz2
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/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 2ca01e1..b34935e 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -22,6 +22,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "defs.h"
+
#include <ctype.h>
#include <errno.h>
#include <limits.h>
@@ -52,7 +54,6 @@
#include <portinfo.h>
-#include "defs.h"
#include "inferior.h"
#include "symtab.h"
#include "value.h"