diff options
Diffstat (limited to 'gdb/arch/amd64.c')
-rw-r--r-- | gdb/arch/amd64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch/amd64.c b/gdb/arch/amd64.c index b7e6332..3158ab5 100644 --- a/gdb/arch/amd64.c +++ b/gdb/arch/amd64.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/common-defs.h" +#include "gdbsupport/common-defs.h" #include "amd64.h" -#include "common/x86-xstate.h" +#include "gdbsupport/x86-xstate.h" #include <stdlib.h> #include "../features/i386/64bit-avx.c" |