summaryrefslogtreecommitdiff
path: root/gdb/common/gdb_vecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/gdb_vecs.h')
-rw-r--r--gdb/common/gdb_vecs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h
index 86803d4cb38..017bf9383dc 100644
--- a/gdb/common/gdb_vecs.h
+++ b/gdb/common/gdb_vecs.h
@@ -17,8 +17,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 GDB_VECS_H
-#define GDB_VECS_H
+#ifndef COMMON_GDB_VECS_H
+#define COMMON_GDB_VECS_H
#include "vec.h"
@@ -86,4 +86,4 @@ ordered_remove (std::vector<T> &vec, typename std::vector<T>::size_type ix)
return removed;
}
-#endif /* GDB_VECS_H */
+#endif /* COMMON_GDB_VECS_H */