diff options
Diffstat (limited to 'gdb/unittests/optional-selftests.c')
-rw-r--r-- | gdb/unittests/optional-selftests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/unittests/optional-selftests.c b/gdb/unittests/optional-selftests.c index fdd4437..828b0e8 100644 --- a/gdb/unittests/optional-selftests.c +++ b/gdb/unittests/optional-selftests.c @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "common/selftest.h" -#include "common/gdb_optional.h" +#include "gdbsupport/selftest.h" +#include "gdbsupport/gdb_optional.h" /* Used by the included .cc files below. Included here because the included test files are wrapped in a namespace. */ |