From 71b86ea8dd69f21d090edd4f61698ad11b952d5e Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 25 Jul 2012 15:33:52 +1000 Subject: [PATCH] modesetting: drop useless xf86PciInfo include Signed-off-by: Dave Airlie --- hw/xfree86/drivers/modesetting/driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/drivers/modesetting/driver.c b/hw/xfree86/drivers/modesetting/driver.c index ad817c494..8c3f4a46b 100644 --- a/hw/xfree86/drivers/modesetting/driver.c +++ b/hw/xfree86/drivers/modesetting/driver.c @@ -38,7 +38,6 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "compiler.h" -#include "xf86PciInfo.h" #include "xf86Pci.h" #include "mipointer.h" #include "micmap.h"