dri/r700: include shader/programopt.h instead of programopt.c.
authorLuc Verhaegen <libv@skynet.be>
Fri, 12 Mar 2010 07:35:22 +0000 (08:35 +0100)
committerBrian Paul <brianp@vmware.com>
Fri, 12 Mar 2010 15:57:55 +0000 (08:57 -0700)
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/dri/r600/r700_vertprog.c

index 07e0adc89056b498c3c2ed8f5396917c276b96e0..05c65164d600d624d21f80f95496574dc22b292f 100644 (file)
@@ -42,7 +42,7 @@
 #include "radeon_debug.h"
 #include "r600_context.h"
 #include "r600_cmdbuf.h"
-#include "shader/programopt.c"
+#include "shader/programopt.h"
 
 #include "r700_debug.h"
 #include "r700_vertprog.h"