From 9f4b0cfaef98da90ed05acf311cb2af26d4e1601 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Sat, 9 Jun 2001 14:49:37 +0000 Subject: ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1074 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/DS_AudioDec.c | 4 +--- loader/dshow/DS_VideoDec.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'loader') diff --git a/loader/dshow/DS_AudioDec.c b/loader/dshow/DS_AudioDec.c index 42e8c3cc7b..b013f5a1d5 100644 --- a/loader/dshow/DS_AudioDec.c +++ b/loader/dshow/DS_AudioDec.c @@ -9,13 +9,11 @@ //#include //#include "DS_AudioDecoder.h" -#include +//#include #include #include #define __MODULE__ "DirectShow_AudioDecoder" -using namespace std; - #include #ifdef HAVE_MALLOC_H #include diff --git a/loader/dshow/DS_VideoDec.c b/loader/dshow/DS_VideoDec.c index 6f3cfd6164..645cd1894b 100644 --- a/loader/dshow/DS_VideoDec.c +++ b/loader/dshow/DS_VideoDec.c @@ -9,12 +9,11 @@ //#include //#include "DS_VideoDecoder.h" -#include +//#include #include #include #define __MODULE__ "DirectShow_VideoDecoder" -using namespace std; #include #ifdef HAVE_MALLOC_H -- cgit v1.2.3