diff options
author | Stig Bakken <ssb@php.net> | 1999-04-19 13:58:31 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-19 13:58:31 +0000 |
commit | 269877fdf314b11b3ee9804e4c0fc0e29a95fef5 (patch) | |
tree | 17ab81eb95033dd716f00884712c461b2dfb5816 /internal_functions.c | |
parent | 6094128afeacfa87d35d1246610a3010654b052f (diff) | |
download | php-git-269877fdf314b11b3ee9804e4c0fc0e29a95fef5.tar.gz |
moved dbase into ext/
Diffstat (limited to 'internal_functions.c')
-rw-r--r-- | internal_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_functions.c b/internal_functions.c index 09d78e57d1..bfdaad1d98 100644 --- a/internal_functions.c +++ b/internal_functions.c @@ -42,6 +42,7 @@ #include "ext/standard/php3_standard.h" #include "ext/gd/php3_gd.h" +#include "ext/dbase/dbase.h" #include "functions/php3_ifx.h" #include "functions/php3_ldap.h" @@ -60,7 +61,6 @@ #include "functions/post.h" #include "functions/php3_solid.h" #include "functions/adabasd.h" -#include "functions/dbase.h" #include "functions/hw.h" #include "functions/filepro.h" #include "functions/db.h" |