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/timelib.c | |
parent | e7de7ff9e2f0b9638b9a71096f8b4c2f3624e3a9 (diff) | |
download | php-git-e4860af7850b172fb16ea4fb2cc1e2e747e95959.tar.gz |
- Reorganize headers, and update TODO.
Diffstat (limited to 'ext/date/lib/timelib.c')
-rw-r--r-- | ext/date/lib/timelib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/date/lib/timelib.c b/ext/date/lib/timelib.c index 1ab0a49fea..576b2e2efc 100644 --- a/ext/date/lib/timelib.c +++ b/ext/date/lib/timelib.c @@ -18,9 +18,6 @@ /* $Id$ */ -#include <timelib_config.h> - -#include "timelib_structs.h" #include "timelib.h" #include <ctype.h> |