X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fdcache.c;h=1716def4c4a08188ecfce039658aa52af385e1e3;hb=fa4dc567aec7664b3508dd9401b1fbb6d304f281;hp=6226ae477e12ec6926576c897dcbad9fc29b82b9;hpb=d55e5aa6b29906346c51ad00e6a9b112590aa294;p=external%2Fbinutils.git diff --git a/gdb/dcache.c b/gdb/dcache.c index 6226ae4..1716def 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -18,14 +18,13 @@ along with this program. If not, see . */ #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" +#include "gdbarch.h" /* Commands with a prefix of `{set,show} dcache'. */ static struct cmd_list_element *dcache_set_list = NULL;