diff options
author | Brian Paul <[email protected]> | 2008-09-18 13:46:47 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 13:46:47 -0600 |
commit | 374e7fd6cc95d3d91629a6e1c951d77e8a29c31c (patch) | |
tree | a13d2ff2c7375e6eace4853448dc25452494a39b /src/mesa/drivers/glide/fxddtex.c | |
parent | 06370a91b305e0697cb5ba1659e2423c7dfaf1fc (diff) |
mesa: prefix more #includes with "main/"
Diffstat (limited to 'src/mesa/drivers/glide/fxddtex.c')
-rw-r--r-- | src/mesa/drivers/glide/fxddtex.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c index cb2c8554b1c..f3cd9081810 100644 --- a/src/mesa/drivers/glide/fxddtex.c +++ b/src/mesa/drivers/glide/fxddtex.c @@ -39,13 +39,13 @@ #if defined(FX) #include "fxdrv.h" -#include "enums.h" -#include "image.h" -#include "teximage.h" -#include "texformat.h" -#include "texcompress.h" -#include "texobj.h" -#include "texstore.h" +#include "main/enums.h" +#include "main/image.h" +#include "main/teximage.h" +#include "main/texformat.h" +#include "main/texcompress.h" +#include "main/texobj.h" +#include "main/texstore.h" /* no borders! can't halve 1x1! (stride > width * comp) not allowed */ |