summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.h b/common.h
index c93d643..7047d21 100644
--- a/common.h
+++ b/common.h
@@ -8,9 +8,6 @@
#ifndef VDR_BLOCK_COMMON_H
#define VDR_BLOCK_COMMON_H
-#include <stdint.h>
-#include <vdr/tools.h>
-
#if VDRVERSNUM >= 10318
inline uint64_t time_ms() { return cTimeMs::Now(); }
#endif