diff options
Diffstat (limited to 'gdb/common/gdb_optional.h')
-rw-r--r-- | gdb/common/gdb_optional.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/gdb_optional.h b/gdb/common/gdb_optional.h index acb1045..7ca5725 100644 --- a/gdb/common/gdb_optional.h +++ b/gdb/common/gdb_optional.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_OPTIONAL_H -#define GDB_OPTIONAL_H +#ifndef COMMON_GDB_OPTIONAL_H +#define COMMON_GDB_OPTIONAL_H #include "common/traits.h" @@ -216,4 +216,4 @@ private: } -#endif /* GDB_OPTIONAL_H */ +#endif /* COMMON_GDB_OPTIONAL_H */ |