diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/value.c b/gdb/value.c index 1b22cf9..9103d8f 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -41,8 +41,8 @@ #include "user-regs.h" #include <algorithm> #include "completer.h" -#include "common/selftest.h" -#include "common/array-view.h" +#include "gdbsupport/selftest.h" +#include "gdbsupport/array-view.h" /* Definition of a user function. */ struct internal_function |