Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index aebdd233d74074fb1f723c7bd0bd9e03147e24db..99d3d7c8bc3ce28aabaf4bef82a899173028a659 100644 (file)
 
 
 #include "defs.h"
+
+/* Local non-gdb includes.  */
+#include "command.h"
 #include "dummy-frame.h"
-#include "regcache.h"
-#include "frame.h"
-#include "inferior.h"
 #include "frame-unwind.h"
-#include "command.h"
+#include "frame.h"
 #include "gdbcmd.h"
-#include "observable.h"
 #include "gdbthread.h"
 #include "infcall.h"
+#include "inferior.h"
+#include "observable.h"
+#include "regcache.h"
 
 struct dummy_frame_id
 {
This page took 0.030041 seconds and 4 git commands to generate.