summaryrefslogtreecommitdiff
path: root/gdb/dcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r--gdb/dcache.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c
index 5a2e8f8000b..b8ad24db2f0 100644
--- a/gdb/dcache.c
+++ b/gdb/dcache.c
@@ -19,11 +19,15 @@
#include "defs.h"
#include "dcache.h"
+
+/* Local non-gdb includes. */
+#include "splay-tree.h"
+
+/* Local includes. */
#include "gdbcmd.h"
#include "gdbcore.h"
-#include "target-dcache.h"
#include "inferior.h"
-#include "splay-tree.h"
+#include "target-dcache.h"
/* Commands with a prefix of `{set,show} dcache'. */
static struct cmd_list_element *dcache_set_list = NULL;