diff options
Diffstat (limited to 'gdb/macrocmd.c')
-rw-r--r-- | gdb/macrocmd.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index 0f81c3d5da4..dfc3521d27b 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -19,14 +19,18 @@ #include "defs.h" -#include "macrotab.h" -#include "macroexp.h" -#include "macroscope.h" + +/* Local subdirectory includes. */ #include "cli/cli-style.h" #include "cli/cli-utils.h" + +/* Local includes. */ #include "command.h" #include "gdbcmd.h" #include "linespec.h" +#include "macroexp.h" +#include "macroscope.h" +#include "macrotab.h" /* The `macro' prefix command. */ |