Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / fbsd-tdep.c
index cd207d88bc384f097fa42f72402537783d8b9248..73d62cffe016c5c4c8bbfc4380134ece517b78bc 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+
+/* Standard C includes.  */
+#include <arpa/inet.h>
+#include <sys/socket.h>
+
+/* Local non-gdb includes.  */
 #include "auxv.h"
+#include "elf-bfd.h"
+#include "fbsd-tdep.h"
 #include "gdbcore.h"
+#include "gdbthread.h"
 #include "inferior.h"
+#include "objfiles.h"
 #include "regcache.h"
 #include "regset.h"
-#include "gdbthread.h"
-#include "objfiles.h"
 #include "xml-syscall.h"
-#include <sys/socket.h>
-#include <arpa/inet.h>
-
-#include "elf-bfd.h"
-#include "fbsd-tdep.h"
 
 /* This enum is derived from FreeBSD's <sys/signal.h>.  */
 
This page took 0.024755 seconds and 4 git commands to generate.