* 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>
+
+ * 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
#ifndef ADA_VAROBJ_H
#define ADA_VAROBJ_H
-#include "defs.h"
#include "varobj.h"
struct value;
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"
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"
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "defs.h"
+
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <portinfo.h>
-#include "defs.h"
#include "inferior.h"
#include "symtab.h"
#include "value.h"
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"
#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
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"
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
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"