diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c index bf6b7699883..bdef3008750 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -20,11 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <limits.h> | 22 | #include <limits.h> |
| 23 | |||
| 24 | #ifdef HAVE_FCNTL_H | ||
| 25 | #include <fcntl.h> | 23 | #include <fcntl.h> |
| 26 | #endif | ||
| 27 | |||
| 28 | #include <stdio.h> | 24 | #include <stdio.h> |
| 29 | #include <sys/types.h> | 25 | #include <sys/types.h> |
| 30 | #include <sys/stat.h> | 26 | #include <sys/stat.h> |