diff options
Diffstat (limited to 'pages/recstream.ecpp')
-rw-r--r-- | pages/recstream.ecpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/pages/recstream.ecpp b/pages/recstream.ecpp index 61a48e1..5e7614b 100644 --- a/pages/recstream.ecpp +++ b/pages/recstream.ecpp @@ -1,14 +1,6 @@ <%pre> -#include <string> -#include <iostream> -#include <fstream> -#include <algorithm> -#include <tnt/httperror.h> -#include <tnt/httpheader.h> -#include <vdr/recording.h> -#include "tntfeatures.h" -#include "setup.h" -#include "recman.h" + +#include <recman.h> using namespace std; using namespace vdrlive; |