diff options
author | Brian Paul <[email protected]> | 2009-02-12 09:21:50 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-12 09:23:46 -0700 |
commit | 19dff5efc1e348d037b1b3cdfb9ac91020ecde4d (patch) | |
tree | bc727388765b2fd182afd63e490bfeab08ed22c8 /src/mesa/main/attrib.c | |
parent | 987aedd7dc75c095a96cb20b21bbad2f71857776 (diff) |
mesa: don't include m_xform.h where not needed
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 218e0aeb6b7..add0045959c 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -56,7 +56,7 @@ #include "texstate.h" #include "varray.h" #include "mtypes.h" -#include "math/m_xform.h" + /** * Special struct for saving/restoring texture state (GL_TEXTURE_BIT) |