summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.h b/setup.h
index 8da36ae..55baba8 100644
--- a/setup.h
+++ b/setup.h
@@ -1,12 +1,11 @@
#ifndef VDR_LIVE_SETUP_H
#define VDR_LIVE_SETUP_H
+// STL headers need to be before VDR tools.h (included by <vdr/menuitems.h>)
#include <list>
#include <limits>
-#include <numeric>
#include <string>
-#include "live.h"
-#include "tntfeatures.h"
+
#include <vdr/menuitems.h>
#define LIVEVERSION "2.3.1"