Skip to content

Commit

Permalink
tntnet 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Ehrnsperger committed Jun 19, 2022
1 parent d2f4614 commit 5b6819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epg_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define VDR_LIVE_EPG_EVENTS_H

#include "stdext.h"
#include "services.h"

// STL headers need to be before VDR tools.h (included by <vdr/channels.h>)
#include <string>
Expand All @@ -12,6 +11,7 @@
#include <cxxtools/log.h> // must be loaded before any vdr include because of duplicate macros (LOG_ERROR, LOG_DEBUG, LOG_INFO)
#endif

#include "services.h"
#include <vdr/channels.h>
#include <vdr/epg.h>
#include <vdr/recording.h>
Expand Down

0 comments on commit 5b6819a

Please sign in to comment.