summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
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/mesa/main/get.c
parent1213eb6cb4d9e29627b01350fe4e2ef0ad313713 (diff)
mesa: Remove unnecessary header.
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c1
1 files changed, 0 insertions, 1 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"