dri/r700: include shader/programopt.h instead of programopt.c.

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Luc Verhaegen 2010-03-12 08:35:22 +01:00 committed by Brian Paul
parent 9b81103b1a
commit 4b598ce226
1 changed files with 1 additions and 1 deletions

View 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"