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 /src/i830_i2c.c | |
parent | 8084f76d86f048ca5b82da089fffa9665dbbcdd5 (diff) |
intel: remove unneeded includes
none of these need the resource includes
Diffstat (limited to 'src/i830_i2c.c')
-rw-r--r-- | src/i830_i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
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" |