diff options
Diffstat (limited to 'gdb/nat/x86-dregs.c')
-rw-r--r-- | gdb/nat/x86-dregs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/nat/x86-dregs.c b/gdb/nat/x86-dregs.c index fb35178..69cc47d 100644 --- a/gdb/nat/x86-dregs.c +++ b/gdb/nat/x86-dregs.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/common-defs.h" +#include "gdbsupport/common-defs.h" #include "x86-dregs.h" -#include "common/break-common.h" +#include "gdbsupport/break-common.h" /* Support for hardware watchpoints and breakpoints using the x86 debug registers. |