Commit 684fc8f8 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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.
No related merge requests found
Showing with 0 additions and 2 deletions
+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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment