diff options
Diffstat (limited to 'pages/content.ecpp')
-rw-r--r-- | pages/content.ecpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pages/content.ecpp b/pages/content.ecpp index cde092f..28f43c1 100644 --- a/pages/content.ecpp +++ b/pages/content.ecpp @@ -1,9 +1,6 @@ <%pre> -#include <string> -#include <tnt/httperror.h> -#include <tnt/httpheader.h> -#include "filecache.h" -#include "setup.h" + +#include <filecache.h> using namespace std; using namespace vdrlive; |