aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.c')
-rw-r--r--src/atimer.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/atimer.c b/src/atimer.c
index 6258908e0b..309a4eaee4 100644
--- a/src/atimer.c
+++ b/src/atimer.c
@@ -1,6 +1,5 @@
/* Asynchronous timers.
- Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2000-2011 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -26,10 +25,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>
@@ -447,5 +443,3 @@ init_atimer (void)
signal (SIGALRM, alarm_signal_handler);
}
-/* arch-tag: e6308261-eec6-404b-89fb-6e5909518d70
- (do not change this comment) */