diff options
author | Vinson Lee <[email protected]> | 2010-02-12 23:04:20 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-12 23:04:20 -0800 |
commit | e7a53c78aebdc8ed3032379314dcd507e2db5262 (patch) | |
tree | dc889ff80801ac8fb2cf0d447c8255048a53282c /src/mesa/drivers/common/driverfuncs.c | |
parent | f61864163103dc7e086623f1fdbab9631ea97e28 (diff) |
mesa: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/drivers/common/driverfuncs.c')
-rw-r--r-- | src/mesa/drivers/common/driverfuncs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c index 5c5e17820d6..49d4aaedb03 100644 --- a/src/mesa/drivers/common/driverfuncs.c +++ b/src/mesa/drivers/common/driverfuncs.c @@ -26,7 +26,6 @@ #include "main/glheader.h" #include "main/imports.h" #include "main/arrayobj.h" -#include "main/buffers.h" #include "main/context.h" #include "main/framebuffer.h" #include "main/mipmap.h" @@ -50,7 +49,6 @@ #endif #include "shader/program.h" -#include "shader/prog_execute.h" #include "shader/shader_api.h" #include "tnl/tnl.h" #include "swrast/swrast.h" |