diff options
author | Petr Baudis <pasky@suse.cz> | 2006-07-02 01:48:32 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-02 17:14:44 -0700 |
commit | e2a38710941775761298d0bd7e6be2e7039fcd3d (patch) | |
tree | 546ba18ae953358f5f11ec83a624ad5dc397bbf1 /perl/Git.xs | |
parent | e6634ac9841f8df3ce1c0c461c677faf2d59af3e (diff) | |
download | git-e2a38710941775761298d0bd7e6be2e7039fcd3d.tar.gz |
Git.pm: Avoid ppport.h
This makes us not include ppport.h which seems not to give us anything
real anyway; it is useful for checking for portability warts but since
Devel::PPPort is a portability wart itself, we shouldn't require it
for build. You can check for portability problems by calling make check
in perl/.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'perl/Git.xs')
-rw-r--r-- | perl/Git.xs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl/Git.xs b/perl/Git.xs index cb232618c8..51bfac3bd5 100644 --- a/perl/Git.xs +++ b/perl/Git.xs @@ -15,8 +15,6 @@ #include "perl.h" #include "XSUB.h" -#include "ppport.h" - #undef die |