[Patch] Remove unneeded include in gdbtk-cmds.c
Roland Schwingel <[email protected]> Mon, 19 Mar 2012 12:53:22 +0100
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
Hi.... Including "tui/tui-file.h" is unneeded in gdbtk-cmds.c. This simple patch removes it. Changelog: 2012-03-19 Roland Schwingel <[email protected]> * generic/gdbtk-cmds.c: Remove unneeded include. Any comments? Is this ok? Roland
unneeded_include_gdbtk-cmds.c.patch
(text/plain, 313 B)
--- gdbtk_orig/generic/gdbtk-cmds.c 2012-03-05 09:19:00.000000000 +0100 +++ gdbtk/generic/gdbtk-cmds.c 2012-03-19 11:58:36.913173500 +0100 @@ -32,7 +32,6 @@ #include "gdbcore.h" #include "demangle.h" #include "linespec.h" -#include "tui/tui-file.h" #include "top.h" #include "annotate.h" #include "block.h"