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/fxdd.c | |
parent | 06370a91b305e0697cb5ba1659e2423c7dfaf1fc (diff) |
mesa: prefix more #includes with "main/"
Diffstat (limited to 'src/mesa/drivers/glide/fxdd.c')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index c082fd827f2..213ef2382fe 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -40,15 +40,15 @@ #if defined(FX) -#include "image.h" -#include "mtypes.h" +#include "main/image.h" +#include "main/mtypes.h" #include "fxdrv.h" -#include "buffers.h" -#include "enums.h" -#include "extensions.h" -#include "macros.h" -#include "texstore.h" -#include "teximage.h" +#include "main/buffers.h" +#include "main/enums.h" +#include "main/extensions.h" +#include "main/macros.h" +#include "main/texstore.h" +#include "main/teximage.h" #include "swrast/swrast.h" #include "swrast/s_context.h" #include "swrast_setup/swrast_setup.h" |