diff options
Diffstat (limited to 'gdb/arch/i386.c')
-rw-r--r-- | gdb/arch/i386.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/i386.c b/gdb/arch/i386.c index ab24cf7..d08ac6a 100644 --- a/gdb/arch/i386.c +++ b/gdb/arch/i386.c @@ -15,10 +15,10 @@ 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/common-defs.h" +#include "gdbsupport/common-defs.h" #include "i386.h" -#include "common/tdesc.h" -#include "common/x86-xstate.h" +#include "gdbsupport/tdesc.h" +#include "gdbsupport/x86-xstate.h" #include <stdlib.h> #include "../features/i386/32bit-core.c" |