summaryrefslogtreecommitdiff
path: root/gdb/ax-general.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r--gdb/ax-general.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c
index f956dfc2f53..db02982d0a6 100644
--- a/gdb/ax-general.c
+++ b/gdb/ax-general.c
@@ -22,10 +22,11 @@
outside of GDB (test suites, the stub, etc.) */
#include "defs.h"
-#include "ax.h"
-#include "value.h"
+/* Local includes. */
+#include "ax.h"
#include "user-regs.h"
+#include "value.h"
static void grow_expr (struct agent_expr *x, int n);