#ifndef _DXR3_VDRINCLUDES_H_ #define _DXR3_VDRINCLUDES_H_ #include #include #include using namespace std; #ifndef __STL_CONFIG_H #define __STL_CONFIG_H #define __DXR3_UNDEF_STL_CONFIG_AFTERWARDS #endif // all includes from vdr #if VDRVERSNUM >= 10307 #include #else #include #endif #include #include #include #include #include #include #include #include #ifdef __DXR3_UNDEF_STL_CONFIG_AFTERWARDS #undef __STL_CONFIG_H #endif #endif /*_DXR3_VDRINCLUDES_H_*/