diff options
Diffstat (limited to 'gdb/arch/arm-get-next-pcs.c')
-rw-r--r-- | gdb/arch/arm-get-next-pcs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index 4b5e030d966..06b3f2c9926 100644 --- a/gdb/arch/arm-get-next-pcs.c +++ b/gdb/arch/arm-get-next-pcs.c @@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" -#include "gdb_vecs.h" -#include "common-regcache.h" +#include "common/common-defs.h" +#include "common/gdb_vecs.h" +#include "common/common-regcache.h" #include "arm.h" #include "arm-get-next-pcs.h" |