From: Vinson Lee Date: Sat, 13 Feb 2010 07:47:45 +0000 (-0800) Subject: mesa: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=672f98baf7aa04e90d4bb5fe28f0c1acb6d8aa0b;p=mesa.git mesa: Remove unnecessary header. --- diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 2724774ca26..60fef552c48 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 9ae3ce00967..b37a3735476 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"