]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / tui / tui.h
index 95dd182cc7d2bd984fc9d2f0054774f62efe8ad9..5b8be0cd4814a1e83bd88ede1ac20955aa16dc2f 100644 (file)
@@ -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_H
-#define TUI_H
+#ifndef TUI_TUI_H
+#define TUI_TUI_H
 
 struct ui_file;
 
@@ -96,4 +96,4 @@ extern void tui_show_source (const char *fullname, int line);
 /* tui-layout.c */
 extern enum tui_status tui_set_layout_by_name (const char *);
 
-#endif
+#endif /* TUI_TUI_H */