diff options
Diffstat (limited to 'gdb/dwarf-index-cache.c')
-rw-r--r-- | gdb/dwarf-index-cache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf-index-cache.c b/gdb/dwarf-index-cache.c index d017901..f003022 100644 --- a/gdb/dwarf-index-cache.c +++ b/gdb/dwarf-index-cache.c @@ -23,12 +23,12 @@ #include "build-id.h" #include "cli/cli-cmds.h" #include "command.h" -#include "common/scoped_mmap.h" -#include "common/pathstuff.h" +#include "gdbsupport/scoped_mmap.h" +#include "gdbsupport/pathstuff.h" #include "dwarf-index-write.h" #include "dwarf2read.h" #include "objfiles.h" -#include "common/selftest.h" +#include "gdbsupport/selftest.h" #include <string> #include <stdlib.h> |