summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-15 10:09:12 -0700
committerBrian <brian@yutani.localnet.net>2006-12-15 10:09:12 -0700
commita7e252026db542d362bc4688d49c7e28c2f9f1ea (patch)
tree371dc5a91048466a55fe54ce1dbafc4287a024e3 /src/mesa/tnl
parent60a7200c0de7fc2925430b466739b4021087d14c (diff)
updated includes
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram_sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram_sse.c b/src/mesa/tnl/t_vb_arbprogram_sse.c
index b9126d6d88..d0f66fd619 100644
--- a/src/mesa/tnl/t_vb_arbprogram_sse.c
+++ b/src/mesa/tnl/t_vb_arbprogram_sse.c
@@ -43,7 +43,7 @@
#include "mtypes.h"
#include "arbprogparse.h"
#include "program.h"
-#include "program_instruction.h"
+#include "prog_instruction.h"
#include "math/m_matrix.h"
#include "math/m_translate.h"
#include "t_context.h"