diff options
author | Derick Rethans <derick@php.net> | 2005-06-29 19:08:26 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-29 19:08:26 +0000 |
commit | e4860af7850b172fb16ea4fb2cc1e2e747e95959 (patch) | |
tree | e115a4cfd33a64013f476bff8025b387f735ab8f /ext/date/lib/parse_tz.c | |
parent | e7de7ff9e2f0b9638b9a71096f8b4c2f3624e3a9 (diff) | |
download | php-git-e4860af7850b172fb16ea4fb2cc1e2e747e95959.tar.gz |
- Reorganize headers, and update TODO.
Diffstat (limited to 'ext/date/lib/parse_tz.c')
-rw-r--r-- | ext/date/lib/parse_tz.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/date/lib/parse_tz.c b/ext/date/lib/parse_tz.c index 11df4d92ae..79e8f621a9 100644 --- a/ext/date/lib/parse_tz.c +++ b/ext/date/lib/parse_tz.c @@ -18,7 +18,7 @@ /* $Id$ */ -#include <timelib_config.h> +#include "timelib.h" #include <stdio.h> @@ -27,8 +27,6 @@ #else #include <strings.h> #endif - -#include "timelib.h" #include "timezonedb.h" #ifdef WORDS_BIGENDIAN |