diff options
| author | michal <michal@michal-laptop.(none)> | 2007-07-06 17:53:44 +0200 |
|---|---|---|
| committer | michal <michal@michal-laptop.(none)> | 2007-07-06 17:53:44 +0200 |
| commit | 3b8bc1f46758d4da9155419fcf558a493e729501 (patch) | |
| tree | 0dbfb4ae1ed6b49caaed3e662b27db30fe2e8801 /src/mesa/tnl/t_context.c | |
| parent | ffe58739da9eee2e99682747cc8f26e412c87430 (diff) | |
| parent | ffa2659204121f703208782ff225a22e0c21b173 (diff) | |
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/tnl/t_context.c')
| -rw-r--r-- | src/mesa/tnl/t_context.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 3017c73cf1..3b8dd18bbb 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -26,12 +26,12 @@ */ -#include "glheader.h" -#include "imports.h" -#include "context.h" -#include "macros.h" -#include "mtypes.h" -#include "light.h" +#include "main/glheader.h" +#include "main/imports.h" +#include "main/context.h" +#include "main/macros.h" +#include "main/mtypes.h" +#include "main/light.h" #include "tnl.h" #include "t_context.h" |
