* hppa-hpux-tdep.c: Update copyright notice and year.
[deliverable/binutils-gdb.git] / gdb / tui / tui-file.c
index 56c71332c6954a37874ed6c519c9a905382842f6..5d2740ef0665d9512a010125bfb9afa047bbdbcb 100644 (file)
 #include "defs.h"
 #include "ui-file.h"
 #include "tui/tui-file.h"
-#include "tui/tuiIO.h"
+#include "tui/tui-io.h"
 
 #include "tui.h"
 
-#include <string.h>
+#include "gdb_string.h"
 
 /* A ``struct ui_file'' that is compatible with all the legacy
    code. */
@@ -175,7 +175,7 @@ tui_file_fputs (const char *linebuffer, struct ui_file *file)
     }
   else
     {
-      tuiPuts_unfiltered (linebuffer, file);
+      tui_puts (linebuffer);
     }
 }
 
This page took 0.025137 seconds and 4 git commands to generate.