Re: [vdr] [PATCH] correct some includes at plugins

2012-11-18 Thread Lars Hanisch
Am 19.11.2012 00:20, schrieb Klaus Schmidinger: > On 19.11.2012 00:03, Lars Hanisch wrote: >> Hi, >> >> Am 20.10.2012 15:03, schrieb Lars Hanisch: >>> Plugins should use >>> >>> #include >>> >>> and not >>> >>> #include "vdr/..." >> >> Any reason, this didn't get into 1.7.32? >> Is it wrong

Re: [vdr] [PATCH] correct some includes at plugins

2012-11-18 Thread Klaus Schmidinger
On 19.11.2012 00:03, Lars Hanisch wrote: Hi, Am 20.10.2012 15:03, schrieb Lars Hanisch: Plugins should use #include and not #include "vdr/..." Any reason, this didn't get into 1.7.32? Is it wrong or was it just missed? ;) It's not wrong and it wasn't missed, either ;-) It's just s

Re: [vdr] [PATCH] correct some includes at plugins

2012-11-18 Thread Lars Hanisch
Hi, Am 20.10.2012 15:03, schrieb Lars Hanisch: > Plugins should use > > #include > > and not > > #include "vdr/..." Any reason, this didn't get into 1.7.32? Is it wrong or was it just missed? ;) It would help packaging plugins which needs headers of the dvb?ddevice-plugins. Here's a lin

[vdr] [PATCH] correct some includes at plugins

2012-10-20 Thread Lars Hanisch
Hi, Plugins should use #include and not #include "vdr/..." Regards, Lars. diff --git a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h index 439ec9b..10882ae 100644 --- a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h +++ b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h @