summaryrefslogtreecommitdiff
path: root/epgclone.h
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-09-28 11:59:52 +0200
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-09-28 11:59:52 +0200
commitbb9e9422bbd0268d94fa9880bf8f2a159a685480 (patch)
tree63c0c17c63c6c4c0d33cb0c075d4e9f3485edacd /epgclone.h
parentc6c31d0d6dca95e07294ccb1d5827f91fb6776d8 (diff)
downloadvdr-plugin-epgfixer-bb9e9422bbd0268d94fa9880bf8f2a159a685480.tar.gz
vdr-plugin-epgfixer-bb9e9422bbd0268d94fa9880bf8f2a159a685480.tar.bz2
Fix header includes.
Diffstat (limited to 'epgclone.h')
-rw-r--r--epgclone.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epgclone.h b/epgclone.h
index 894547c..13e97cd 100644
--- a/epgclone.h
+++ b/epgclone.h
@@ -8,8 +8,9 @@
#ifndef __EPGFIXER_EPGCLONE_H_
#define __EPGFIXER_EPGCLONE_H_
-#include "tools.h"
#include <vdr/epg.h>
+#include <vdr/tools.h>
+#include "tools.h"
class cEpgClone : public cListItem
{