diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 22:32:30 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 22:32:30 +0000 |
commit | e224e36030296641bfcdaa90008b0d5b670665eb (patch) | |
tree | e6f32449e2cbb0ab11da91d8b1c677924c970aea | |
parent | c54d0a1ae02566b7704ad3adb16b624866b5cebf (diff) | |
download | ffmpeg-e224e36030296641bfcdaa90008b0d5b670665eb.tar.gz |
removed localtime_r.h
Originally committed as revision 2236 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/dvcore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/dvcore.c b/libavformat/dvcore.c index 57864c5f81..c6d5ed6a95 100644 --- a/libavformat/dvcore.c +++ b/libavformat/dvcore.c @@ -21,7 +21,6 @@ */ #include "avformat.h" #include "dvcore.h" -#include "localtime_r.h" /* * The reason why the following three big ugly looking tables are |