summaryrefslogtreecommitdiff
path: root/gdb/reggroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/reggroups.c')
-rw-r--r--gdb/reggroups.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/reggroups.c b/gdb/reggroups.c
index 5608bcc3568..adad1ee50a5 100644
--- a/gdb/reggroups.c
+++ b/gdb/reggroups.c
@@ -20,13 +20,15 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "arch-utils.h"
#include "reggroups.h"
-#include "gdbtypes.h"
-#include "regcache.h"
+
+/* Local includes. */
+#include "arch-utils.h"
#include "command.h"
-#include "gdbcmd.h" /* For maintenanceprintlist. */
#include "gdb_obstack.h"
+#include "gdbcmd.h"
+#include "gdbtypes.h"
+#include "regcache.h"
/* Individual register groups. */