diff options
Diffstat (limited to 'gdb/tui/tui-regs.h')
-rw-r--r-- | gdb/tui/tui-regs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-regs.h b/gdb/tui/tui-regs.h index fa1a3dd..48f6aa0 100644 --- a/gdb/tui/tui-regs.h +++ b/gdb/tui/tui-regs.h @@ -19,8 +19,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 TUI_TUI_REGS_H -#define TUI_TUI_REGS_H +#ifndef GDB_TUI_TUI_REGS_H +#define GDB_TUI_TUI_REGS_H #include "gdbsupport/gdb-checked-static-cast.h" #include "tui/tui-data.h" @@ -160,4 +160,4 @@ tui_data_win () return gdb::checked_static_cast<tui_data_window *> (tui_win_list[DATA_WIN]); } -#endif /* TUI_TUI_REGS_H */ +#endif /* GDB_TUI_TUI_REGS_H */ |