diff options
author | Chris Rankin <[email protected]> | 2008-09-18 16:48:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 16:48:11 -0600 |
commit | 8d41e4536dfde34b55228cab6ddb081ad6252184 (patch) | |
tree | 813d3dd51511c1578571f1bbe30a0f028478310b /src/mesa/drivers/dri/swrast | |
parent | 58dce864e659da3d1f9761154e622a45e420c229 (diff) |
mesa: fix asst path/include mistakes in prev commits
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index cafba582d17..8ac44c46d42 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -39,7 +39,7 @@ #include "swrast/swrast.h" #include "swrast_setup/swrast_setup.h" #include "tnl/tnl.h" -#include "tnl/tcontext.h" +#include "tnl/t_context.h" #include "tnl/t_pipeline.h" #include "vbo/vbo.h" #include "drivers/common/driverfuncs.h" |