diff options
Diffstat (limited to 'pages/epginfo.ecpp')
-rw-r--r-- | pages/epginfo.ecpp | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/pages/epginfo.ecpp b/pages/epginfo.ecpp index 77d2f91..91e72f9 100644 --- a/pages/epginfo.ecpp +++ b/pages/epginfo.ecpp @@ -1,13 +1,11 @@ <%pre> -#include <sys/stat.h> -#include <vdr/tools.h> - -#include "stdext.h" -#include "exception.h" -#include "setup.h" -#include "tools.h" -#include "epg_events.h" -#include "recman.h" + +#include <stdext.h> +#include <exception.h> +#include <setup.h> +#include <tools.h> +#include <epg_events.h> +#include <recman.h> namespace vdrlive { class SchedulesLock |