diff options
Diffstat (limited to 'gdbsupport/default-init-alloc.h')
-rw-r--r-- | gdbsupport/default-init-alloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/default-init-alloc.h b/gdbsupport/default-init-alloc.h index 5ed9715..e84110f 100644 --- a/gdbsupport/default-init-alloc.h +++ b/gdbsupport/default-init-alloc.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_DEFAULT_INIT_ALLOC_H -#define COMMON_DEFAULT_INIT_ALLOC_H +#ifndef GDBSUPPORT_DEFAULT_INIT_ALLOC_H +#define GDBSUPPORT_DEFAULT_INIT_ALLOC_H #if __cplusplus >= 202002L #include <memory_resource> @@ -75,4 +75,4 @@ public: } /* namespace gdb */ -#endif /* COMMON_DEFAULT_INIT_ALLOC_H */ +#endif /* GDBSUPPORT_DEFAULT_INIT_ALLOC_H */ |