format: Reduce size of struct fmt_spec from 6 bytes to 4.
[pspp] / src / output / ascii.c
index cf649b0aecdffc2e7c07d0f2da24ccfa944c0c72..cd5fcec64b06ab8c704f4b2fa9b3157089e59450 100644 (file)
 #include <uniwidth.h>
 
 #ifdef HAVE_TERMIOS_H
-# include <termios.h>
-#endif
-
-#ifdef GWINSZ_IN_SYS_IOCTL
 # include <sys/ioctl.h>
+# include <termios.h>
 #endif
 
 #include "data/file-name.h"
@@ -651,7 +648,6 @@ ascii_submit (struct output_driver *driver, const struct output_item *item)
       NOT_REACHED ();
 
     case OUTPUT_ITEM_PAGE_BREAK:
-    case OUTPUT_ITEM_PAGE_SETUP:
       break;
     }
 }