diff options
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/filelock.c b/src/filelock.c index 351174d85ca..6ef3a4973d5 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -32,10 +32,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <sys/file.h> #include <fcntl.h> - -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif #ifdef __FreeBSD__ #include <sys/sysctl.h> |