Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index 778e89515b6da3dd2eb59324491831b19485cc8b..0783ab1fb9f525365467760096130b3e8934ed6a 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "symtab.h"
-#include "symfile.h"
-#include "gdbtypes.h"
-#include "language.h"
-#include "value.h"
-#include "expression.h"
-#include "command.h"
-#include "gdbcmd.h"
-#include "frame.h"
-#include "target.h"
-#include "ax.h"
+
+/* Local non-gdb includes.  */
+#include "arch-utils.h"
 #include "ax-gdb.h"
+#include "ax.h"
 #include "block.h"
-#include "regcache.h"
-#include "user-regs.h"
-#include "dictionary.h"
 #include "breakpoint.h"
-#include "tracepoint.h"
-#include "cp-support.h"
-#include "arch-utils.h"
+#include "c-lang.h"
 #include "cli/cli-utils.h"
+#include "command.h"
+#include "common/format.h"
+#include "cp-support.h"
+#include "dictionary.h"
+#include "expression.h"
+#include "frame.h"
+#include "gdbcmd.h"
+#include "gdbtypes.h"
+#include "language.h"
 #include "linespec.h"
 #include "location.h"
 #include "objfiles.h"
+#include "regcache.h"
+#include "symfile.h"
+#include "symtab.h"
+#include "target.h"
+#include "tracepoint.h"
 #include "typeprint.h"
+#include "user-regs.h"
 #include "valprint.h"
-#include "c-lang.h"
-
-#include "common/format.h"
+#include "value.h"
 
 /* To make sense of this file, you should read doc/agentexpr.texi.
    Then look at the types and enums in ax-gdb.h.  For the code itself,
This page took 0.034684 seconds and 4 git commands to generate.