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/directfb | |
parent | 06370a91b305e0697cb5ba1659e2423c7dfaf1fc (diff) |
mesa: prefix more #includes with "main/"
Diffstat (limited to 'src/mesa/drivers/directfb')
-rw-r--r-- | src/mesa/drivers/directfb/idirectfbgl_mesa.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mesa/drivers/directfb/idirectfbgl_mesa.c b/src/mesa/drivers/directfb/idirectfbgl_mesa.c index a364ada1f19..93593403c13 100644 --- a/src/mesa/drivers/directfb/idirectfbgl_mesa.c +++ b/src/mesa/drivers/directfb/idirectfbgl_mesa.c @@ -36,16 +36,16 @@ #include <direct/interface.h> #undef CLAMP -#include "glheader.h" -#include "buffers.h" -#include "context.h" -#include "extensions.h" -#include "framebuffer.h" -#include "renderbuffer.h" -#include "imports.h" -#include "texformat.h" -#include "teximage.h" -#include "texstore.h" +#include "main/glheader.h" +#include "main/buffers.h" +#include "main/context.h" +#include "main/extensions.h" +#include "main/framebuffer.h" +#include "main/renderbuffer.h" +#include "main/imports.h" +#include "main/texformat.h" +#include "main/teximage.h" +#include "main/texstore.h" #include "vbo/vbo.h" #include "swrast/swrast.h" #include "swrast_setup/swrast_setup.h" |