diff options
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/command.h b/gdb/command.h index 648950b..2c60804 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -18,8 +18,8 @@ #if !defined (COMMAND_H) #define COMMAND_H 1 -#include "common/gdb_vecs.h" -#include "common/scoped_restore.h" +#include "gdbsupport/gdb_vecs.h" +#include "gdbsupport/scoped_restore.h" struct completion_tracker; |