diff options
Diffstat (limited to 'gdb/unittests/common-utils-selftests.c')
-rw-r--r-- | gdb/unittests/common-utils-selftests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/unittests/common-utils-selftests.c b/gdb/unittests/common-utils-selftests.c index 531eda68ade..996ab5e82d1 100644 --- a/gdb/unittests/common-utils-selftests.c +++ b/gdb/unittests/common-utils-selftests.c @@ -17,8 +17,8 @@ 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-defs.h" -#include "selftest.h" +#include "common/common-defs.h" +#include "common/selftest.h" namespace selftests { |