diff options
author | Adam Jackson <ajax@redhat.com> | 2011-06-22 17:17:15 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-22 22:39:37 +0100 |
commit | 356ded1308e8fe5f8dbec217b219228a991356d5 (patch) | |
tree | bad3f3f6bb9d6f2f869bb8064802f90f50e27a40 /src/legacy | |
parent | 8fb98e22a63a4354b049ace7870abb6406541c28 (diff) |
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@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/legacy')
-rw-r--r-- | src/legacy/i810/i810_dri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/legacy/i810/i810_dri.c b/src/legacy/i810/i810_dri.c index 509c1415..4fc5aab1 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" |