aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 3 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c
index c849932..f956dfc 100644
--- a/gdb/ax-general.c
+++ b/gdb/ax-general.c
@@ -22,11 +22,10 @@
outside of GDB (test suites, the stub, etc.) */
#include "defs.h"
-
-/* Local non-gdb includes. */
#include "ax.h"
-#include "user-regs.h"
+
#include "value.h"
+#include "user-regs.h"
static void grow_expr (struct agent_expr *x, int n);