summaryrefslogtreecommitdiff
path: root/src/mesa/main/depthstencil.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-18 21:34:25 -0800
committerVinson Lee <vlee@vmware.com>2010-01-18 21:34:25 -0800
commit6deb8c9831c60ed5ae93966b5a37d1215b8682a4 (patch)
tree28fa0a794b074e1e55c34877091294cf577150cc /src/mesa/main/depthstencil.c
parent2660511ea94c2d3abe8495258f7ea693cae3759e (diff)
mesa: Remove unnecessary header from depthstencil.c.
Diffstat (limited to 'src/mesa/main/depthstencil.c')
-rw-r--r--src/mesa/main/depthstencil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/depthstencil.c b/src/mesa/main/depthstencil.c
index 193c7f8255..49946a6506 100644
--- a/src/mesa/main/depthstencil.c
+++ b/src/mesa/main/depthstencil.c
@@ -25,7 +25,6 @@
#include "glheader.h"
#include "imports.h"
#include "context.h"
-#include "fbobject.h"
#include "formats.h"
#include "mtypes.h"
#include "depthstencil.h"