diff options
author | Brian Paul <brianp@vmware.com> | 2010-06-10 22:37:31 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-06-10 22:37:31 -0600 |
commit | 7936e06657bc43de80ae4f56ee9db956e193d880 (patch) | |
tree | e7e531880a5c01a0ae2ed229ad920e1fc455c095 /src/mesa/main/dlist.c | |
parent | 412cddf954d35282f913d01d83d3cdb45cf0e2d0 (diff) |
mesa: move nvprogram.[ch] to main/
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index c5f362b536..727414d529 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -62,7 +62,7 @@ #include "arbprogram.h" #endif #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program -#include "shader/nvprogram.h" +#include "nvprogram.h" #endif #include "math/m_matrix.h" |