diff options
Diffstat (limited to 'gdbsupport/byte-vector.h')
-rw-r--r-- | gdbsupport/byte-vector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/byte-vector.h b/gdbsupport/byte-vector.h index 54f4cc2..0586d40 100644 --- a/gdbsupport/byte-vector.h +++ b/gdbsupport/byte-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_BYTE_VECTOR_H -#define COMMON_BYTE_VECTOR_H +#ifndef GDBSUPPORT_BYTE_VECTOR_H +#define GDBSUPPORT_BYTE_VECTOR_H #include "gdbsupport/def-vector.h" @@ -60,4 +60,4 @@ using char_vector = gdb::def_vector<char>; } /* namespace gdb */ -#endif /* COMMON_DEF_VECTOR_H */ +#endif /* GDBSUPPORT_BYTE_VECTOR_H */ |