diff options
Diffstat (limited to 'gdb/arch/tic6x.c')
-rw-r--r-- | gdb/arch/tic6x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch/tic6x.c b/gdb/arch/tic6x.c index dd2257c..03aacfa 100644 --- a/gdb/arch/tic6x.c +++ b/gdb/arch/tic6x.c @@ -15,9 +15,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/tdesc.h" +#include "gdbsupport/tdesc.h" #include "tic6x.h" -#include "common/common-defs.h" +#include "gdbsupport/common-defs.h" #include "../features/tic6x-core.c" #include "../features/tic6x-gp.c" |