diff options
Diffstat (limited to 'gdb/python/py-ref.h')
-rw-r--r-- | gdb/python/py-ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-ref.h b/gdb/python/py-ref.h index 15280f6..3f5514e 100644 --- a/gdb/python/py-ref.h +++ b/gdb/python/py-ref.h @@ -20,7 +20,7 @@ #ifndef PYTHON_PY_REF_H #define PYTHON_PY_REF_H -#include "common/gdb_ref_ptr.h" +#include "gdbsupport/gdb_ref_ptr.h" /* A policy class for gdb::ref_ptr for Python reference counting. */ template<typename T> |