aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filelock.c b/src/filelock.c
index 59076eb6a4a..acca7234419 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -31,9 +31,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
31#endif 31#endif
32 32
33#include <sys/file.h> 33#include <sys/file.h>
34#ifdef HAVE_FCNTL_H
35#include <fcntl.h> 34#include <fcntl.h>
36#endif
37 35
38#ifdef HAVE_UNISTD_H 36#ifdef HAVE_UNISTD_H
39#include <unistd.h> 37#include <unistd.h>