diff options
author | Brian Paul <[email protected]> | 2010-06-10 22:32:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-10 22:32:21 -0600 |
commit | 412cddf954d35282f913d01d83d3cdb45cf0e2d0 (patch) | |
tree | 931ab36ff81ed82b3c7be41917a166033dd41b26 /src/mesa/main/dlist.c | |
parent | 70c8d29b6bb3214966892d51e6b2befa7040622d (diff) |
mesa: move arbprogram.[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 1a7b6f07630..c5f362b536f 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -59,7 +59,7 @@ #include "mtypes.h" #include "varray.h" #if FEATURE_ARB_vertex_program || FEATURE_ARB_fragment_program -#include "shader/arbprogram.h" +#include "arbprogram.h" #endif #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program #include "shader/nvprogram.h" |