Module: Mesa Branch: master Commit: bbe1385201e993a84b5ddf9aebd85e87417bbef3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbe1385201e993a84b5ddf9aebd85e87417bbef3
Author: Vinson Lee <[email protected]> Date: Thu Jul 29 17:14:32 2010 -0700 mesa: Remove unnecessary headers. --- src/mesa/main/formats.c | 1 - src/mesa/main/shared.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 49463fc..90449cc 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -26,7 +26,6 @@ #include "imports.h" #include "formats.h" -#include "config.h" /** diff --git a/src/mesa/main/shared.c b/src/mesa/main/shared.c index f9d10f3..cbe0045 100644 --- a/src/mesa/main/shared.c +++ b/src/mesa/main/shared.c @@ -32,7 +32,6 @@ #include "imports.h" #include "mtypes.h" #include "hash.h" -#include "arrayobj.h" #if FEATURE_ATI_fragment_shader #include "atifragshader.h" #endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
