diff options
Diffstat (limited to 'gdb/registry.h')
-rw-r--r-- | gdb/registry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/registry.h b/gdb/registry.h index b6b941f..3221654 100644 --- a/gdb/registry.h +++ b/gdb/registry.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 REGISTRY_H -#define REGISTRY_H +#ifndef GDB_REGISTRY_H +#define GDB_REGISTRY_H #include <type_traits> @@ -225,4 +225,4 @@ private: } }; -#endif /* REGISTRY_H */ +#endif /* GDB_REGISTRY_H */ |