diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-05-02 17:49:50 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-05-02 17:49:50 +0200 |
commit | 3b2a6d0a0d1b44e9bca084ea33921fd1a83cdd2d (patch) | |
tree | 9493017c770412ae908f06d267a8825d9ce6a067 /dxr3device.h | |
parent | 1cc0b4ff7cbf83469492023cb0c5dd60c20896df (diff) | |
download | vdr-plugin-dxr3-3b2a6d0a0d1b44e9bca084ea33921fd1a83cdd2d.tar.gz vdr-plugin-dxr3-3b2a6d0a0d1b44e9bca084ea33921fd1a83cdd2d.tar.bz2 |
cleanup header includes
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.h b/dxr3device.h index 0c018ef..2ed4856 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -23,7 +23,7 @@ #ifndef _DXR3_DEVICE_H_ #define _DXR3_DEVICE_H_ -#include <string> +//#include <string> #include <vdr/device.h> #include "dxr3interface.h" |