diff options
Diffstat (limited to 'tasks.cpp')
-rw-r--r-- | tasks.cpp | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -1,15 +1,13 @@ -#include <algorithm> -#include <vdr/channels.h> -#include <vdr/i18n.h> -#include <vdr/menu.h> -#include <vdr/recording.h> + +#include "tasks.h" #include "stdext.h" -#include "exception.h" #include "recman.h" -#include "tools.h" -#include "tasks.h" +// STL headers need to be before VDR tools.h (included by <vdr/menu.h>) +#include <algorithm> + +#include <vdr/menu.h> namespace vdrlive { |