summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-05-21 11:07:54 -0400
committerAdam Jackson <ajax@redhat.com>2014-05-21 11:07:54 -0400
commit49eda2fe0046888eb3d1cb9469dafe59bd2d9fe0 (patch)
tree21e8ee347d16abe43bf0496054ca667022d78bda
parent81e0eb19594dece173d01bbf4a3e349b62c5ef1a (diff)
Remove deprecated includes from RANDR1.2 codeg200se-randr-v2
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/mga_g_crtc.c3
-rw-r--r--src/mga_g_output.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mga_g_crtc.c b/src/mga_g_crtc.c
index 747de82..f01becf 100644
--- a/src/mga_g_crtc.c
+++ b/src/mga_g_crtc.c
@@ -36,9 +36,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-/* Drivers for PCI hardware need this */
-#include "xf86PciInfo.h"
-
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"
diff --git a/src/mga_g_output.c b/src/mga_g_output.c
index a0ba37f..f66afa8 100644
--- a/src/mga_g_output.c
+++ b/src/mga_g_output.c
@@ -31,7 +31,6 @@
#endif
#include "xf86.h"
-#include "xf86PciInfo.h"
#include "mga_reg.h"
#include "mga.h"