Remove indirection from tui_data_window::regs_content
[external/binutils.git] / gdb / dcache.c
index 6226ae4..1716def 100644 (file)
    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"
+#include "gdbarch.h"
 
 /* Commands with a prefix of `{set,show} dcache'.  */
 static struct cmd_list_element *dcache_set_list = NULL;