diff options
Diffstat (limited to 'gdb/python/py-param.c')
-rw-r--r-- | gdb/python/py-param.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gdb/python/py-param.c b/gdb/python/py-param.c index 3b79a5c4fd7..7bca8d306a0 100644 --- a/gdb/python/py-param.c +++ b/gdb/python/py-param.c @@ -19,14 +19,20 @@ #include "defs.h" -#include "value.h" + +/* Local non-gdb includes. */ #include "python-internal.h" -#include "charset.h" -#include "gdbcmd.h" + +/* Local subdirectory includes. */ #include "cli/cli-decode.h" + +/* Local includes. */ +#include "arch-utils.h" +#include "charset.h" #include "completer.h" +#include "gdbcmd.h" #include "language.h" -#include "arch-utils.h" +#include "value.h" /* Parameter constants and their values. */ struct parm_constant |