diff options
Diffstat (limited to 'pages/switch_channel.ecpp')
-rw-r--r-- | pages/switch_channel.ecpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/switch_channel.ecpp b/pages/switch_channel.ecpp index 2cffefc..79a6466 100644 --- a/pages/switch_channel.ecpp +++ b/pages/switch_channel.ecpp @@ -1,9 +1,9 @@ <%pre> -#include <vdr/channels.h> -#include "exception.h" -#include "tasks.h" -#include "tools.h" -#include "users.h" + +#include <exception.h> +#include <tasks.h> +#include <tools.h> +#include <users.h> using namespace std; using namespace vdrlive; |