diff options
author | Brian Paul <brianp@vmware.com> | 2009-02-12 09:21:50 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-02-12 09:23:46 -0700 |
commit | 19dff5efc1e348d037b1b3cdfb9ac91020ecde4d (patch) | |
tree | bc727388765b2fd182afd63e490bfeab08ed22c8 /src/mesa/main/texstate.c | |
parent | 987aedd7dc75c095a96cb20b21bbad2f71857776 (diff) |
mesa: don't include m_xform.h where not needed
Diffstat (limited to 'src/mesa/main/texstate.c')
-rw-r--r-- | src/mesa/main/texstate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 7761af7589..6586a48646 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -42,7 +42,6 @@ #include "texstate.h" #include "texenvprogram.h" #include "mtypes.h" -#include "math/m_xform.h" |