]> code.delx.au - gnu-emacs/blobdiff - src/atimer.c
Merge from mainline.
[gnu-emacs] / src / atimer.c
index 8230ebe60e99ce2f3fad1bf4997c53c7b0848d09..5ecf45d0bf0e782bd907f1b2cd7077a4e84e385f 100644 (file)
@@ -26,10 +26,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "systime.h"
 #include "blockinput.h"
 #include "atimer.h"
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>