summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-09-21 14:13:36 +0300
committerDan Nicolaescu <dann@ics.uci.edu>2010-09-21 14:13:36 +0300
commitd19e096ef54a8764186a72b1a0d6cf551ca8cc6e (patch)
treec4b0afb795305140de81b7c86dc3930ccf9d1c8c /src/emacs.c
parent92bc9a3678e0dbd7400067988ef0bd4410621f36 (diff)
downloademacs-d19e096ef54a8764186a72b1a0d6cf551ca8cc6e.tar.gz
* src/emacs.c: Do not include sys/ioctl.h, not needed.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 33e0d60630b..5e7efb64226 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -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 */