diff options
Diffstat (limited to 'src/atimer.c')
| -rw-r--r-- | src/atimer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/atimer.c b/src/atimer.c index 6258908e0b2..56625edd9f4 100644 --- a/src/atimer.c +++ b/src/atimer.c | |||
| @@ -26,10 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #include "systime.h" | 26 | #include "systime.h" |
| 27 | #include "blockinput.h" | 27 | #include "blockinput.h" |
| 28 | #include "atimer.h" | 28 | #include "atimer.h" |
| 29 | |||
| 30 | #ifdef HAVE_UNISTD_H | ||
| 31 | #include <unistd.h> | 29 | #include <unistd.h> |
| 32 | #endif | ||
| 33 | 30 | ||
| 34 | #ifdef HAVE_SYS_TIME_H | 31 | #ifdef HAVE_SYS_TIME_H |
| 35 | #include <sys/time.h> | 32 | #include <sys/time.h> |