diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-11-15 18:34:18 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-11-15 18:37:57 +0800 |
commit | e56c166ceb8c1ceddd5020e8de2d0b9d51f535a4 (patch) | |
tree | 63ecc8ae97bc50df56de9cd60a930af66b1c69fb /src/i830_exa.c | |
parent | 6f3de19159cd7a2d73ed212add909edb3aedce9c (diff) |
remove unnecessary i830_reg.h includes
i830_reg.h only contains 3d engine cmds for 8XX chips.
Diffstat (limited to 'src/i830_exa.c')
-rw-r--r-- | src/i830_exa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index 56bc15ef..32c55dd0 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -35,7 +35,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "xaarop.h" #include "i830.h" #include "i810_reg.h" -#include "i830_reg.h" #include <string.h> #ifdef I830DEBUG |