Module: Mesa Branch: master Commit: 672f98baf7aa04e90d4bb5fe28f0c1acb6d8aa0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=672f98baf7aa04e90d4bb5fe28f0c1acb6d8aa0b
Author: Vinson Lee <[email protected]> Date: Fri Feb 12 23:47:45 2010 -0800 mesa: Remove unnecessary header. --- src/mesa/main/get.c | 1 - src/mesa/main/get_gen.py | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 2724774..60fef55 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -7,7 +7,6 @@ #include "context.h" #include "enable.h" #include "extensions.h" -#include "fbobject.h" #include "get.h" #include "macros.h" #include "mtypes.h" diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index 9ae3ce0..b37a373 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -1225,7 +1225,6 @@ def EmitHeader(): #include "context.h" #include "enable.h" #include "extensions.h" -#include "fbobject.h" #include "get.h" #include "macros.h" #include "mtypes.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
