X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7c420169baa7c50428589cca7f8eda71b462eb15..36941b32f3a3cd332b3adaf0cc8178177c2e9166:/src/process.h diff --git a/src/process.h b/src/process.h index 0350e95310..6bf1084afc 100644 --- a/src/process.h +++ b/src/process.h @@ -1,6 +1,5 @@ /* Definitions for asynchronous process control in GNU Emacs. - Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1985, 1994, 2001-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -20,9 +19,8 @@ along with GNU Emacs. If not, see . */ #ifdef HAVE_SYS_TYPES_H #include #endif -#ifdef HAVE_UNISTD_H + #include -#endif #ifdef HAVE_GNUTLS #include "gnutls.h" @@ -201,5 +199,3 @@ extern void delete_read_fd (int fd); extern void add_write_fd (int fd, fd_callback func, void *data); extern void delete_write_fd (int fd); -/* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 - (do not change this comment) */