diff options
Diffstat (limited to 'gdbsupport/def-vector.h')
-rw-r--r-- | gdbsupport/def-vector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/def-vector.h b/gdbsupport/def-vector.h index b9aa663..3db6a2f 100644 --- a/gdbsupport/def-vector.h +++ b/gdbsupport/def-vector.h @@ -15,8 +15,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/>. */ -#ifndef COMMON_DEF_VECTOR_H -#define COMMON_DEF_VECTOR_H +#ifndef GDBSUPPORT_DEF_VECTOR_H +#define GDBSUPPORT_DEF_VECTOR_H #include <vector> #include "gdbsupport/default-init-alloc.h" @@ -33,4 +33,4 @@ template<typename T> using def_vector } /* namespace gdb */ -#endif /* COMMON_DEF_VECTOR_H */ +#endif /* GDBSUPPORT_DEF_VECTOR_H */ |