1
1

tweaks: remove two superfluous includes

The precalculation of the multiline regexes no longer looks at the
keyboard every second, and the backup code makes use of futimens()
nowadays.
Этот коммит содержится в:
Benno Schulenberg 2017-07-11 18:07:40 +02:00
родитель 092174dad5
Коммит 684fc8f84a
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,6 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>
#ifdef HAVE_MAGIC_H

Просмотреть файл

@ -25,7 +25,6 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <utime.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>