diff options
author | Vinson Lee <[email protected]> | 2010-01-18 21:34:25 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 21:34:25 -0800 |
commit | 6deb8c9831c60ed5ae93966b5a37d1215b8682a4 (patch) | |
tree | 28fa0a794b074e1e55c34877091294cf577150cc /src/mesa/main/depthstencil.c | |
parent | 2660511ea94c2d3abe8495258f7ea693cae3759e (diff) |
mesa: Remove unnecessary header from depthstencil.c.
Diffstat (limited to 'src/mesa/main/depthstencil.c')
-rw-r--r-- | src/mesa/main/depthstencil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/depthstencil.c b/src/mesa/main/depthstencil.c index 193c7f8255f..49946a65062 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" |