Mercurial > mplayer.hg
changeset 1073:1485ab9af8a1
ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++
author | arpi_esp |
---|---|
date | Sat, 09 Jun 2001 14:49:37 +0000 |
parents | 3152b1d7dfb8 |
children | e196f109ff8a |
files | loader/dshow/DS_AudioDec.c loader/dshow/DS_VideoDec.c |
diffstat | 2 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/DS_AudioDec.c Sat Jun 09 14:32:25 2001 +0000 +++ b/loader/dshow/DS_AudioDec.c Sat Jun 09 14:49:37 2001 +0000 @@ -9,13 +9,11 @@ //#include <config.h> //#include "DS_AudioDecoder.h" -#include <string.h> +//#include <string.h> #include <stdlib.h> #include <except.h> #define __MODULE__ "DirectShow_AudioDecoder" -using namespace std; - #include <errno.h> #ifdef HAVE_MALLOC_H #include <malloc.h>
--- a/loader/dshow/DS_VideoDec.c Sat Jun 09 14:32:25 2001 +0000 +++ b/loader/dshow/DS_VideoDec.c Sat Jun 09 14:49:37 2001 +0000 @@ -9,12 +9,11 @@ //#include <config.h> //#include "DS_VideoDecoder.h" -#include <string.h> +//#include <string.h> #include <stdlib.h> #include <except.h> #define __MODULE__ "DirectShow_VideoDecoder" -using namespace std; #include <errno.h> #ifdef HAVE_MALLOC_H