summaryrefslogtreecommitdiff
path: root/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'users.h')
-rw-r--r--users.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/users.h b/users.h
index fe4a0b0..40d87a1 100644
--- a/users.h
+++ b/users.h
@@ -1,11 +1,11 @@
#ifndef VDR_LIVE_USERS_H
#define VDR_LIVE_USERS_H
+// STL headers need to be before VDR tools.h (included by <vdr/channels.h>)
#include <string>
-#include <vdr/plugin.h>
+
#include <vdr/tools.h>
-#include <iostream>
-#include <sstream>
+#include <vdr/config.h>
namespace vdrlive {