Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / btrace.c
index 12af46814a9db0586d8e1109574528f6cf610576..bb8eb26b7a2cdbee465a369d1696609bcd9badf3 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+
+/* Local non-gdb includes.  */
 #include "btrace.h"
+#include "cli/cli-utils.h"
+#include "common/rsp-low.h"
+#include "disasm.h"
+#include "filenames.h"
+#include "gdbcmd.h"
 #include "gdbthread.h"
 #include "inferior.h"
-#include "target.h"
 #include "record.h"
-#include "symtab.h"
-#include "disasm.h"
+#include "regcache.h"
 #include "source.h"
-#include "filenames.h"
+#include "symtab.h"
+#include "target.h"
 #include "xml-support.h"
-#include "regcache.h"
-#include "common/rsp-low.h"
-#include "gdbcmd.h"
-#include "cli/cli-utils.h"
 
 /* For maintenance commands.  */
 #include "record-btrace.h"
This page took 0.024898 seconds and 4 git commands to generate.