diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-28 10:10:13 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-28 10:10:13 +1000 |
commit | 378445738494663f2ee1615598d4c77b870745af (patch) | |
tree | d36c894d706e64ccda86b31378c2b094f9cea42e | |
parent | 8084f76d86f048ca5b82da089fffa9665dbbcdd5 (diff) |
intel: remove unneeded includes
none of these need the resource includes
-rw-r--r-- | src/ch7017/ch7017.c | 1 | ||||
-rw-r--r-- | src/ch7xxx/ch7xxx.c | 1 | ||||
-rw-r--r-- | src/i810_hwmc.c | 1 | ||||
-rw-r--r-- | src/i810_video.c | 1 | ||||
-rw-r--r-- | src/i830_i2c.c | 2 | ||||
-rw-r--r-- | src/i830_video.c | 1 | ||||
-rw-r--r-- | src/i915_hwmc.c | 1 | ||||
-rw-r--r-- | src/ivch/ivch.c | 1 | ||||
-rw-r--r-- | src/sil164/sil164.c | 1 | ||||
-rw-r--r-- | src/tfp410/tfp410.c | 1 |
10 files changed, 0 insertions, 11 deletions
diff --git a/src/ch7017/ch7017.c b/src/ch7017/ch7017.c index 01e414f0..6b27d05d 100644 --- a/src/ch7017/ch7017.c +++ b/src/ch7017/ch7017.c @@ -34,7 +34,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "miscstruct.h" #include "xf86i2c.h" diff --git a/src/ch7xxx/ch7xxx.c b/src/ch7xxx/ch7xxx.c index 13ba1020..cad507d0 100644 --- a/src/ch7xxx/ch7xxx.c +++ b/src/ch7xxx/ch7xxx.c @@ -34,7 +34,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <string.h> #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "miscstruct.h" #include "xf86i2c.h" diff --git a/src/i810_hwmc.c b/src/i810_hwmc.c index 12ffdd93..1c3ffc99 100644 --- a/src/i810_hwmc.c +++ b/src/i810_hwmc.c @@ -41,7 +41,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/i810_video.c b/src/i810_video.c index 9528bc7f..c82fcc92 100644 --- a/src/i810_video.c +++ b/src/i810_video.c @@ -41,7 +41,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/i830_i2c.c b/src/i830_i2c.c index 8392d0a5..4ba073d4 100644 --- a/src/i830_i2c.c +++ b/src/i830_i2c.c @@ -31,8 +31,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" -#include "xf86RAC.h" #include "xf86cmap.h" #include "compiler.h" #include "mibstore.h" diff --git a/src/i830_video.c b/src/i830_video.c index 92b6324c..9fb0b56e 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -56,7 +56,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/i915_hwmc.c b/src/i915_hwmc.c index 6712caac..7e0f1453 100644 --- a/src/i915_hwmc.c +++ b/src/i915_hwmc.c @@ -32,7 +32,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/ivch/ivch.c b/src/ivch/ivch.c index dffe334a..79da11a4 100644 --- a/src/ivch/ivch.c +++ b/src/ivch/ivch.c @@ -31,7 +31,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "miscstruct.h" #include "xf86i2c.h" diff --git a/src/sil164/sil164.c b/src/sil164/sil164.c index c90bed32..e43107ae 100644 --- a/src/sil164/sil164.c +++ b/src/sil164/sil164.c @@ -35,7 +35,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "miscstruct.h" #include "xf86i2c.h" diff --git a/src/tfp410/tfp410.c b/src/tfp410/tfp410.c index 4d3bb8ad..a8985f72 100644 --- a/src/tfp410/tfp410.c +++ b/src/tfp410/tfp410.c @@ -34,7 +34,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Resources.h" #include "compiler.h" #include "miscstruct.h" #include "xf86i2c.h" |