summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-19 15:54:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-19 15:54:04 +0000
commit5916873434de2a57e45ed572c33dafbf7db11798 (patch)
tree8da787182ae843967c47e779685b499b0074d253 /pp_sys.c
parent5f9b4baf8833a19431dd8bbccd909cd53c01e255 (diff)
downloadperl-5916873434de2a57e45ed572c33dafbf7db11798.tar.gz
some rearrangement of the includes for easier "microperl" build;
add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk> p4raw-id: //depot/perl@5143
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 18edf7ad65..8cba2edd71 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -112,12 +112,6 @@ extern int h_errno;
# include <utime.h>
# endif
#endif
-#ifdef I_FCNTL
-#include <fcntl.h>
-#endif
-#ifdef I_SYS_FILE
-#include <sys/file.h>
-#endif
/* Put this after #includes because fork and vfork prototypes may conflict. */
#ifndef HAS_VFORK