xf86-video-intel: src/intel_dri.c src/intel_driver.c src/legacy/i810 src/sna/sna_dri.c src/sna/sna_driver.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Jun 22 14:42:24 PDT 2011


 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, 5 deletions(-)

New commits:
commit 356ded1308e8fe5f8dbec217b219228a991356d5
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jun 22 17:17:15 2011 -0400

    Don't include xf86Priv.h
    
    I'd like it to not be in the SDK anymore, and we're not using anything
    from it.
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

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"


More information about the xorg-commit mailing list