gdb: Look for compilation directory relative to directory search path
[deliverable/binutils-gdb.git] / gdb / dcache.c
index 6226ae477e12ec6926576c897dcbad9fc29b82b9..1716def4c4a08188ecfce039658aa52af385e1e3 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;
This page took 0.027636 seconds and 4 git commands to generate.