From patchwork Sat Oct 20 13:03:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. Hanisch" X-Patchwork-Id: 15069 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TPYi6-0001K9-U4; Sat, 20 Oct 2012 15:03:26 +0200 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1TPYhh-0001Jj-59 for vdr@linuxtv.org; Sat, 20 Oct 2012 15:03:25 +0200 X-tubIT-Incoming-IP: 62.214.96.174 Received: from mxweb03do.versatel-west.de ([62.214.96.174]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with smtp for id 1TPYhg-0005V0-CL; Sat, 20 Oct 2012 15:03:00 +0200 Received: (qmail 26525 invoked from network); 20 Oct 2012 13:03:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on spamkill15do.versatel-west.de X-Spam-Status: No, score=0.0 Received: from mxwebdo.versatel.de (62.214.96.205) by mxweb03do.versatel-west.de with SMTP; 20 Oct 2012 13:02:58 -0000 Received: from ens28fl.versatel.de [82.140.32.10] (helo=ens28fl.versatel.de) by mxwebdo.versatel.de (62.214.96.205) with id q9KD2wZV015962; Sat, 20 Oct 2012 15:02:58 +0200 Received: from cinnamon-sage.de (i577A8C1A.versanet.de [87.122.140.26]) (dvb@flensrocker.de authenticated bits=0) by ens28fl.versatel.de (8.12.11.20060308/8.12.11) with SMTP id q9KD2wan011170 for ; Sat, 20 Oct 2012 15:02:58 +0200 Received: from 192.168.23.2:49550 by cinnamon-sage.de for ; 20.10.2012 15:02:58 Message-ID: <5082A105.7000003@flensrocker.de> Date: Sat, 20 Oct 2012 15:03:01 +0200 From: Lars Hanisch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: VDR Mailing List X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on 82.140.32.176 X-Virus-Status: Clean X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.10.20.125117 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1800_1899 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_URI_FOUND 0, __BAT_BOUNDARY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __HAS_FROM 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __USER_AGENT 0' X-LSpam-Score: -1.1 (-) X-LSpam-Report: No, score=-1.1 required=5.0 tests=BAYES_00=-1.9, RDNS_NONE=0.793 autolearn=no Subject: [vdr] [PATCH] correct some includes at plugins X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: vdr-bounces@linuxtv.org Errors-To: vdr-bounces@linuxtv.org 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 @@ -10,8 +10,8 @@ #define __DVBHDFFDEVICE_H #include "hdffcmd.h" -#include "vdr/dvbdevice.h" -#include "vdr/dvbspu.h" +#include +#include /// The cDvbHdFfDevice implements a DVB device which can be accessed through the Linux DVB driver API. diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h index bd74cde..eff1511 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h @@ -9,8 +9,8 @@ #ifndef __DVBSDFFDEVICE_H #define __DVBSDFFDEVICE_H -#include "vdr/dvbdevice.h" -#include "vdr/dvbspu.h" +#include +#include /// The cDvbSdFfDevice implements a DVB device which can be accessed through the Linux DVB driver API. diff --git a/PLUGINS/src/dvbsddevice/dvbsdffosd.h b/PLUGINS/src/dvbsddevice/dvbsdffosd.h index 8a1bc62..762cc8a 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffosd.h +++ b/PLUGINS/src/dvbsddevice/dvbsdffosd.h @@ -9,7 +9,7 @@ #ifndef __DVBSDFFODF_H #define __DVBSDFFODF_H -#include "vdr/osd.h" +#include class cDvbOsdProvider : public cOsdProvider { private: