2012-11-07 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Wed, 7 Nov 2012 20:10:13 +0000 (20:10 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 7 Nov 2012 20:10:13 +0000 (20:10 +0000)
* 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.

gdb/ChangeLog
gdb/ada-varobj.h
gdb/arm-tdep.c
gdb/coff-pe-read.c
gdb/gnu-nat.c
gdb/go32-nat.c
gdb/i386-darwin-tdep.h
gdb/i386-nat.c
gdb/i386-nat.h
gdb/ppcnbsd-nat.c

index 913592ac14a9aaf3796bb8ac7add18d69ed166a0..b0923ffc3b3d1314a7fc7b5282b785d48b3396b1 100644 (file)
@@ -1,3 +1,15 @@
+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.
+
 2012-11-07  Pedro Alves  <palves@redhat.com>
 
        * MAINTAINERS: New FSF-appointed maintainers replace the Steering
index 2ef1a70c174f8fe6e5f9c3a7973fa5cd099635f9..21f4ceca2981bc09a6616af9445afce5ceaf924b 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef ADA_VAROBJ_H
 #define ADA_VAROBJ_H
 
-#include "defs.h"
 #include "varobj.h"
 
 struct value;
index 05a030a89c6c71fcd2482eff2936123b195cd74f..fbc2479bc6754dad7941150339e777c4ff6f8572 100644 (file)
    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 <ctype.h>             /* XXX for isupper ().  */
 
-#include "defs.h"
 #include "frame.h"
 #include "inferior.h"
 #include "gdbcmd.h"
index 66c7c82e8287a52428cf63223b10db70e433b2b0..fd55170718bfa4c44be984f5f74525fb6271d613 100644 (file)
 
    Contributed by Raoul M. Gough (RaoulGough@yahoo.co.uk).  */
 
+#include "defs.h"
+
 #include "coff-pe-read.h"
 
-#include "defs.h"
 #include "bfd.h"
 #include "gdbtypes.h"
 
index 2ca01e17fc06d9bb710469f465fc0f51d291489f..b34935e8e1e2b96bbfd8a75bfde58de544585220 100644 (file)
@@ -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"
index d848017c0b5031021a496ad36f9f50248a8e502d..ef1da9159a522952e9cc287a27278d5df797aa04 100644 (file)
    GDB does not use those as of this writing, and will never need
    to.  */
 
+#include "defs.h"
+
 #include <fcntl.h>
 
-#include "defs.h"
 #include "i386-nat.h"
 #include "inferior.h"
 #include "gdbthread.h"
index 8be994624309094030653162e58d681d5c6fcbf0..4732b2d4c8e0247665a8ac500b906536b20c949c 100644 (file)
@@ -19,7 +19,6 @@
 #ifndef __I386_DARWIN_TDEP_H__
 #define __I386_DARWIN_TDEP_H__
 
-#include "defs.h"
 #include "frame.h"
 
 /* Mapping between the general-purpose registers in Darwin x86 thread_state
index e7d9b4d69bd031ecfea231c0e67e7dff5d901564..559bc29b44d5c7b69885fe98fef9709bfd2d17b8 100644 (file)
@@ -18,8 +18,8 @@
    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 "i386-nat.h"
 #include "defs.h"
+#include "i386-nat.h"
 #include "breakpoint.h"
 #include "command.h"
 #include "gdbcmd.h"
index c06993c910dd3340b92c9ce5849c2096ea40c161..be563efa5fc84f61e6031ff5ab09ef5a74ce20ed 100644 (file)
@@ -20,8 +20,6 @@
    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"
-
 #ifndef I386_NAT_H
 #define I386_NAT_H 1
 
index 8f732839fd41bedf63c4bc4d4f2443c8bb219800..2b7837dfeb81a817650e07aa19b6f472af4d3981 100644 (file)
    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"