diff options
Diffstat (limited to 'gdb/ui-file.c')
-rw-r--r-- | gdb/ui-file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ui-file.c b/gdb/ui-file.c index 767b55b..49607dc 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -25,8 +25,6 @@ #include "gdb_select.h" #include "filestuff.h" -#include <errno.h> - static ui_file_isatty_ftype null_file_isatty; static ui_file_write_ftype null_file_write; static ui_file_write_ftype null_file_write_async_safe; |