[Intel-gfx] [PATCH] Don't include xf86Priv.h
Adam Jackson
ajax at redhat.com
Wed Jun 22 23:17:15 CEST 2011
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>
---
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"
--
1.7.5.4
More information about the Intel-gfx
mailing list