diff options
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 7759549fa23..a39b128d014 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -58,10 +58,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "syssignal.h" #include <sys/types.h> -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif - #include <fcntl.h> /* This is to get the definitions of the XK_ symbols. */ |