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:
parent
92bc9a3678
commit
d19e096ef5
@ -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.
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user