# HG changeset patch # User arpi_esp # Date 992098177 0 # Node ID 1485ab9af8a1fa6f392600b466b0a21d072c7ae4 # Parent 3152b1d7dfb8199a7aca11be2d4c63625c3734b8 ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++ diff -r 3152b1d7dfb8 -r 1485ab9af8a1 loader/dshow/DS_AudioDec.c --- 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 //#include "DS_AudioDecoder.h" -#include +//#include #include #include #define __MODULE__ "DirectShow_AudioDecoder" -using namespace std; - #include #ifdef HAVE_MALLOC_H #include diff -r 3152b1d7dfb8 -r 1485ab9af8a1 loader/dshow/DS_VideoDec.c --- 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 //#include "DS_VideoDecoder.h" -#include +//#include #include #include #define __MODULE__ "DirectShow_VideoDecoder" -using namespace std; #include #ifdef HAVE_MALLOC_H