1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

* src/emacs.c: Do not include sys/ioctl.h, not needed.

This commit is contained in:
Dan Nicolaescu 2010-09-21 14:13:36 +03:00
parent 92bc9a3678
commit d19e096ef5
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2010-09-21 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c: Do not include sys/ioctl.h, not needed.
* doprnt.c: Do not include stdlib.h, config.h does it.
Move #include before macro definition.

View File

@ -32,10 +32,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef WINDOWSNT
#include <fcntl.h>
#include <windows.h> /* just for w32.h */