From patchwork Wed Jun 22 21:17:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam Jackson X-Patchwork-Id: 907292 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5MLHbwC015750 for ; Wed, 22 Jun 2011 21:17:58 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4DE069E84C for ; Wed, 22 Jun 2011 14:17:36 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 69FBC9E84C for ; Wed, 22 Jun 2011 14:17:17 -0700 (PDT) Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5MLHGsK000693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Jun 2011 17:17:16 -0400 Received: from atropine.boston.devel.redhat.com (atropine.boston.devel.redhat.com [10.16.60.54]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5MLHGVR006063 for ; Wed, 22 Jun 2011 17:17:16 -0400 From: Adam Jackson To: intel-gfx@lists.freedesktop.org Date: Wed, 22 Jun 2011 17:17:15 -0400 Message-Id: <1308777435-18089-1-git-send-email-ajax@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Subject: [Intel-gfx] [PATCH] Don't include xf86Priv.h X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Wed, 22 Jun 2011 21:17:58 +0000 (UTC) I'd like it to not be in the SDK anymore, and we're not using anything from it. Signed-off-by: Adam Jackson --- src/intel_dri.c | 1 - src/intel_driver.c | 1 - src/legacy/i810/i810_dri.c | 1 - src/sna/sna_dri.c | 1 - src/sna/sna_driver.c | 1 - 5 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/intel_dri.c b/src/intel_dri.c index be5c6b1..4bcf928 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -50,7 +50,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/intel_driver.c b/src/intel_driver.c index 8666421..3efc7f4 100644 --- a/src/intel_driver.c +++ b/src/intel_driver.c @@ -47,7 +47,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86cmap.h" #include "compiler.h" #include "mibstore.h" diff --git a/src/legacy/i810/i810_dri.c b/src/legacy/i810/i810_dri.c index 509c141..4fc5aab 100644 --- a/src/legacy/i810/i810_dri.c +++ b/src/legacy/i810/i810_dri.c @@ -9,7 +9,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c index 20b323e..f025607 100644 --- a/src/sna/sna_dri.c +++ b/src/sna/sna_dri.c @@ -51,7 +51,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c index ee7a8ae..d791ee3 100644 --- a/src/sna/sna_driver.c +++ b/src/sna/sna_driver.c @@ -47,7 +47,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86cmap.h" #include "compiler.h" #include "mibstore.h"