summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-02-12 23:47:45 -0800
committerVinson Lee <vlee@vmware.com>2010-02-12 23:47:45 -0800
commit672f98baf7aa04e90d4bb5fe28f0c1acb6d8aa0b (patch)
tree34f08e1dfbc2367e23fd560e7d60b79f1a1472fa /src
parent1213eb6cb4d9e29627b01350fe4e2ef0ad313713 (diff)
mesa: Remove unnecessary header.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/get.c1
-rw-r--r--src/mesa/main/get_gen.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 2724774ca2..60fef552c4 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 9ae3ce0096..b37a373547 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"