Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index 6d11ee1618cca2cfee10e1de2573b85d3a5214fc..64be41ad35fda345d22034d9d8aae8b67dc16421 100644 (file)
    by Denis Chertykov, denisc@overta.ru */
 
 #include "defs.h"
-#include "frame.h"
-#include "frame-unwind.h"
+
+/* Standard C++ includes.  */
+#include <algorithm>
+
+/* Local non-gdb includes.  */
+#include "arch-utils.h"
+#include "dis-asm.h"
 #include "frame-base.h"
-#include "trad-frame.h"
+#include "frame-unwind.h"
+#include "frame.h"
 #include "gdbcmd.h"
 #include "gdbcore.h"
 #include "gdbtypes.h"
 #include "inferior.h"
-#include "symfile.h"
-#include "arch-utils.h"
-#include "regcache.h"
-#include "dis-asm.h"
 #include "objfiles.h"
-#include <algorithm>
+#include "regcache.h"
+#include "symfile.h"
+#include "trad-frame.h"
 
 /* AVR Background:
 
This page took 0.024091 seconds and 4 git commands to generate.