diff options
Diffstat (limited to 'gdb/unittests/format_pieces-selftests.c')
-rw-r--r-- | gdb/unittests/format_pieces-selftests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/unittests/format_pieces-selftests.c b/gdb/unittests/format_pieces-selftests.c index 976af3d2fcd..7d31b3cb93f 100644 --- a/gdb/unittests/format_pieces-selftests.c +++ b/gdb/unittests/format_pieces-selftests.c @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "common/format.h" -#include "common/selftest.h" +#include "gdbsupport/format.h" +#include "gdbsupport/selftest.h" namespace selftests { namespace format_pieces { |