diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -25,10 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include <sys/file.h> /* Must be after sys/types.h for USG*/ | 25 | #include <sys/file.h> /* Must be after sys/types.h for USG*/ |
| 26 | #include <ctype.h> | 26 | #include <ctype.h> |
| 27 | #include <setjmp.h> | 27 | #include <setjmp.h> |
| 28 | |||
| 29 | #ifdef HAVE_FCNTL_H | ||
| 30 | #include <fcntl.h> | 28 | #include <fcntl.h> |
| 31 | #endif | ||
| 32 | 29 | ||
| 33 | #ifdef HAVE_UNISTD_H | 30 | #ifdef HAVE_UNISTD_H |
| 34 | #include <unistd.h> | 31 | #include <unistd.h> |