diff options
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r-- | gdb/dcache.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c index 5a2e8f8..6226ae4 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -18,12 +18,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ #include "dcache.h" #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; |