diff options
Diffstat (limited to 'gdb/tui/tui-source.h')
-rw-r--r-- | gdb/tui/tui-source.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-source.h b/gdb/tui/tui-source.h index d8f7189..24c1009 100644 --- a/gdb/tui/tui-source.h +++ b/gdb/tui/tui-source.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_SOURCE_H -#define TUI_TUI_SOURCE_H +#ifndef GDB_TUI_TUI_SOURCE_H +#define GDB_TUI_TUI_SOURCE_H #include "gdbsupport/gdb-checked-static-cast.h" #include "tui/tui-data.h" @@ -95,4 +95,4 @@ tui_src_win () return gdb::checked_static_cast<tui_source_window *> (tui_win_list[SRC_WIN]); } -#endif /* TUI_TUI_SOURCE_H */ +#endif /* GDB_TUI_TUI_SOURCE_H */ |