diff --git a/src/nano.c b/src/nano.c index 785315e03b24bdc4b32b33765afd30cedb49df12..985261ca025d3aab8286bd60f60b4235000b9ab9 100644 --- a/src/nano.c +++ b/src/nano.c @@ -33,11 +33,9 @@ #include <ctype.h> #include <locale.h> #include <termios.h> - #ifdef HAVE_GETOPT_H #include <getopt.h> #endif - #ifndef NANO_TINY #include <sys/ioctl.h> #endif