diff options
Diffstat (limited to 'gdb/ax-general.c')
-rw-r--r-- | gdb/ax-general.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ax-general.c b/gdb/ax-general.c index f956dfc..c849932 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 non-gdb includes. */ +#include "ax.h" #include "user-regs.h" +#include "value.h" static void grow_expr (struct agent_expr *x, int n); |