diff options
author | Adam Jackson <ajax@redhat.com> | 2011-06-22 17:02:29 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-06-22 17:02:29 -0400 |
commit | 43280e6521815582f219d42821d896093c9c0d5f (patch) | |
tree | d32bff1266b34ac0b38dacd060f6580b3255b592 /src | |
parent | 5f1b04e86e79938c8158055a777280a649f95510 (diff) |
Don't include xf86Priv.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mga_dri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index 3fda623..14f342f 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -32,7 +32,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Priv.h" #include "xf86PciInfo.h" #include "xf86Pci.h" |