diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2001-03-10 02:21:39 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2001-03-10 02:21:39 +0000 |
| commit | 0e9581bddb04c347facd7d58f5d4bdc949b174a8 (patch) | |
| tree | fac51ca29d62476c62dfd6254395cf1d84f70fdc | |
| parent | e2e49e7b843fe0e48e8eeebdbd33743558029e0f (diff) | |
| download | php-git-0e9581bddb04c347facd7d58f5d4bdc949b174a8.tar.gz | |
just reversed a previous patch.
| -rw-r--r-- | ext/pdf/pdf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 5c03507f9a..71c1a582cd 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -27,7 +27,6 @@ #include "php.h" #include "php_ini.h" #include "php_globals.h" -#include "php_config.h" #include "ext/standard/head.h" #include "ext/standard/info.h" #include "ext/standard/file.h" |
