summaryrefslogtreecommitdiff
path: root/gdb/regcache-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache-dump.c')
-rw-r--r--gdb/regcache-dump.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/gdb/regcache-dump.c b/gdb/regcache-dump.c
index 1bcf9c3d17a..05baa1609c2 100644
--- a/gdb/regcache-dump.c
+++ b/gdb/regcache-dump.c
@@ -16,13 +16,17 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
+
+/* Local subdirectory includes. */
+#include "common/def-vector.h"
+
+/* Local includes. */
#include "gdbcmd.h"
#include "regcache.h"
-#include "common/def-vector.h"
-#include "valprint.h"
-#include "remote.h"
#include "reggroups.h"
+#include "remote.h"
#include "target.h"
+#include "valprint.h"
/* Dump registers from regcache, used for dumping raw registers and
cooked registers. */